Html Css Color HEX #EE72BF Persian Pink

📋 copy color: '#EE72BF'

red 238 ◦ green 114 ◦ blue 191

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

Shades of Persian Pink #EE72BF

Tints of Persian Pink #EE72BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.17%

R = 43.83%
G = 20.99%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE72BF (or 0xEE72BF) is known color: Persian Pink. HEX triplet: EE, 72 and BF. RGB value is (238,114,191). Sum of RGB (Red+Green+Blue) = 238+114+191=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72BF is #118D40. Grayscale: #9F9F9F. Windows color (decimal): -1150273 or 12546798. OLE color: 12546798.

HSL color Cylindrical-coordinate representation of color #EE72BF: hue angle of 322.74º 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 #EE72BF is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 114 191 -
CMYK 0 0.52 0.20 0.07
HSL 322.74º 0.78% 0.69% -
HSV(B) 322.74º 0.52% 0.93% -
XYZ 50.68 33.97 53.18 -
YUV 159.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 238 114 191 0 0.52 0.20 0.07 322.74 0.78 0.69
Hex EE 72 BF 0 34 14 7 143 4E 45
Octal 356 162 277 0 64 24 7 503 116 105
Binary 11101110 1110010 10111111 0 110100 10100 111 101000011 1001110 1000101

Color Harmonies of #EE72BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72BF

Black with #EE72BF

Text Example


Text Example

White with #EE72BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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