Html Css Color HEX #EE77BE Persian Pink

📋 copy color: '#EE77BE'

red 238 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #EE77BE

Tints of Persian Pink #EE77BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 43.51%
G = 21.76%
B = 34.73%

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

#EE77BE (or 0xEE77BE) is known color: Persian Pink. HEX triplet: EE, 77 and BE. RGB value is (238,119,190). Sum of RGB (Red+Green+Blue) = 238+119+190=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77BE is #118841. Grayscale: #A2A2A2. Windows color (decimal): -1148994 or 12482542. OLE color: 12482542.

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

Color convert

RGB 238 119 190 -
CMYK 0 0.50 0.20 0.07
HSL 324.2º 0.78% 0.7% -
HSV(B) 324.2º 0.5% 0.93% -
XYZ 51.15 35.09 52.79 -
YUV 162.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 238 119 190 0 0.50 0.20 0.07 324.2 0.78 0.7
Hex EE 77 BE 0 32 14 7 144 4E 46
Octal 356 167 276 0 62 24 7 504 116 106
Binary 11101110 1110111 10111110 0 110010 10100 111 101000100 1001110 1000110

Color Harmonies of #EE77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE77BE

Black with #EE77BE

Text Example


Text Example

White with #EE77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE77BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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