#EE72BF

Color #EE72BF Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #EE72BF

Tints of Persian Pink #EE72BF

Color information

#EE72BF (or 0xEE72BF) is unknown color: approx 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

RGB238114191-
CMYK00.520.200.07
HSL322.74º78.48%69.02%-
HSV(B)322.74º52.1%93.33%-
XYZ50.6833.9753.18-
YUV159.85145.58183.74-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811419100.520.200.07322.7478.4869.02
HexEE72BF0341471434e45
Octal356162277064247503116105
Binary1110111011100101011111101101001010011110100001110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE72BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>