Html Css Color HEX #EE72C0 Persian Pink

📋 copy color: '#EE72C0'

red 238 ◦ green 114 ◦ blue 192

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

Shades of Persian Pink #EE72C0

Tints of Persian Pink #EE72C0

RGB

 RED value IS 238 (93.36% from 255) = 43.75%

 GREEN value IS 114 (44.92% from 255) = 20.96%

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 43.75%
G = 20.96%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EE72C0 (or 0xEE72C0) is known color: Persian Pink. HEX triplet: EE, 72 and C0. RGB value is (238,114,192). Sum of RGB (Red+Green+Blue) = 238+114+192=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72C0 is #118D3F. Grayscale: #9F9F9F. Windows color (decimal): -1150272 or 12612334. OLE color: 12612334.

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

Color convert

RGB 238 114 192 -
CMYK 0 0.52 0.19 0.07
HSL 322.26º 0.78% 0.69% -
HSV(B) 322.26º 0.52% 0.93% -
XYZ 50.79 34.02 53.76 -
YUV 159.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 238 114 192 0 0.52 0.19 0.07 322.26 0.78 0.69
Hex EE 72 C0 0 34 13 7 142 4E 45
Octal 356 162 300 0 64 23 7 502 116 105
Binary 11101110 1110010 11000000 0 110100 10011 111 101000010 1001110 1000101

Color Harmonies of #EE72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72C0

Black with #EE72C0

Text Example


Text Example

White with #EE72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72C0; }

 p { color: rgb(238,114,192); }

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

background-color css

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

 a { background-color: rgb(238,114,192); }

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

border-color css

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

 span { border-color: rgb(238,114,192); }

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