Html Css Color HEX #EE76BF Persian Pink

📋 copy color: '#EE76BF'

red 238 ◦ green 118 ◦ blue 191

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

Shades of Persian Pink #EE76BF

Tints of Persian Pink #EE76BF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.57%

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

R = 43.51%
G = 21.57%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE76BF (or 0xEE76BF) is known color: Persian Pink. HEX triplet: EE, 76 and BF. RGB value is (238,118,191). Sum of RGB (Red+Green+Blue) = 238+118+191=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76BF is #118940. Grayscale: #A2A2A2. Windows color (decimal): -1149249 or 12547822. OLE color: 12547822.

HSL color Cylindrical-coordinate representation of color #EE76BF: hue angle of 323.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE76BF is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 191 -
CMYK 0 0.50 0.20 0.07
HSL 323.5º 0.78% 0.7% -
HSV(B) 323.5º 0.5% 0.93% -
XYZ 51.14 34.9 53.33 -
YUV 162.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 238 118 191 0 0.50 0.20 0.07 323.5 0.78 0.7
Hex EE 76 BF 0 32 14 7 144 4E 46
Octal 356 166 277 0 62 24 7 504 116 106
Binary 11101110 1110110 10111111 0 110010 10100 111 101000100 1001110 1000110

Color Harmonies of #EE76BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE76BF

Black with #EE76BF

Text Example


Text Example

White with #EE76BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE76BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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