Html Css Color HEX #EC73BD Persian Pink

📋 copy color: '#EC73BD'

red 236 ◦ green 115 ◦ blue 189

#EC73BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #EC73BD

Tints of Persian Pink #EC73BD

RGB

 RED value IS 236 (92.58% from 255) = 43.7%

 GREEN value IS 115 (45.31% from 255) = 21.3%

 BLUE value IS 189 (74.22% from 255) = 35%

R = 43.7%
G = 21.3%
B = 35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC73BD (or 0xEC73BD) is known color: Persian Pink. HEX triplet: EC, 73 and BD. RGB value is (236,115,189). Sum of RGB (Red+Green+Blue) = 236+115+189=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73BD is #138C42. Grayscale: #9F9F9F. Windows color (decimal): -1281091 or 12415980. OLE color: 12415980.

HSL color Cylindrical-coordinate representation of color #EC73BD: hue angle of 323.31º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73BD is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 115 189 -
CMYK 0 0.51 0.20 0.07
HSL 323.31º 0.76% 0.69% -
HSV(B) 323.31º 0.51% 0.93% -
XYZ 49.91 33.77 52.03 -
YUV 159.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 236 115 189 0 0.51 0.20 0.07 323.31 0.76 0.69
Hex EC 73 BD 0 33 14 7 143 4C 45
Octal 354 163 275 0 63 24 7 503 114 105
Binary 11101100 1110011 10111101 0 110011 10100 111 101000011 1001100 1000101

Color Harmonies of #EC73BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73BD

Black with #EC73BD

Text Example


Text Example

White with #EC73BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73BD; }

 p { color: rgb(236,115,189); }

 H1.HeaderClassName
 {
   color: #EC73BD;
 }
 .AnyTagClassName
 {
   color: #EC73BD;
 }
</style>

background-color css

<style>
 a { background-color: #EC73BD; }

 a { background-color: rgb(236,115,189); }

 div.DivClassName
 {
   background-color: #EC73BD;
 }
 .BgClassName
 {
   background-color: #EC73BD;
 }
</style>

border-color css

<style>
 span { border-color: #EC73BD; }

 span { border-color: rgb(236,115,189); }

 td.TdClassName
 {
   border-color: #EC73BD;
 }
 .TagClassName
 {
   border-color: #EC73BD;
 }
</style>