Html Css Color HEX #EE77BC Persian Pink

📋 copy color: '#EE77BC'

red 238 ◦ green 119 ◦ blue 188

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

Shades of Persian Pink #EE77BC

Tints of Persian Pink #EE77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.83%

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 43.67%
G = 21.83%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE77BC (or 0xEE77BC) is known color: Persian Pink. HEX triplet: EE, 77 and BC. RGB value is (238,119,188). Sum of RGB (Red+Green+Blue) = 238+119+188=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77BC is #118843. Grayscale: #A2A2A2. Windows color (decimal): -1148996 or 12351470. OLE color: 12351470.

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

Color convert

RGB 238 119 188 -
CMYK 0 0.50 0.21 0.07
HSL 325.21º 0.78% 0.7% -
HSV(B) 325.21º 0.5% 0.93% -
XYZ 50.93 35 51.65 -
YUV 162.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 238 119 188 0 0.50 0.21 0.07 325.21 0.78 0.7
Hex EE 77 BC 0 32 15 7 145 4E 46
Octal 356 167 274 0 62 25 7 505 116 106
Binary 11101110 1110111 10111100 0 110010 10101 111 101000101 1001110 1000110

Color Harmonies of #EE77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE77BC

Black with #EE77BC

Text Example


Text Example

White with #EE77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE77BC; }

 p { color: rgb(238,119,188); }

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

background-color css

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

 a { background-color: rgb(238,119,188); }

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

border-color css

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

 span { border-color: rgb(238,119,188); }

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