Html Css Color HEX #EE80BE Persian Pink

📋 copy color: '#EE80BE'

red 238 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #EE80BE

Tints of Persian Pink #EE80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.02%

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

R = 42.81%
G = 23.02%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE80BE (or 0xEE80BE) is known color: Persian Pink. HEX triplet: EE, 80 and BE. RGB value is (238,128,190). Sum of RGB (Red+Green+Blue) = 238+128+190=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80BE is #117F41. Grayscale: #A7A7A7. Windows color (decimal): -1146690 or 12484846. OLE color: 12484846.

HSL color Cylindrical-coordinate representation of color #EE80BE: hue angle of 326.18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80BE is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 190 -
CMYK 0 0.46 0.20 0.07
HSL 326.18º 0.76% 0.72% -
HSV(B) 326.18º 0.46% 0.93% -
XYZ 52.27 37.33 53.17 -
YUV 167.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 238 128 190 0 0.46 0.20 0.07 326.18 0.76 0.72
Hex EE 80 BE 0 2E 14 7 146 4C 48
Octal 356 200 276 0 56 24 7 506 114 110
Binary 11101110 10000000 10111110 0 101110 10100 111 101000110 1001100 1001000

Color Harmonies of #EE80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80BE

Black with #EE80BE

Text Example


Text Example

White with #EE80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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