Html Css Color HEX #EE80B2 Persian Pink

📋 copy color: '#EE80B2'

red 238 ◦ green 128 ◦ blue 178

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

Shades of Persian Pink #EE80B2

Tints of Persian Pink #EE80B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.72%

R = 43.75%
G = 23.53%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EE80B2 (or 0xEE80B2) is known color: Persian Pink. HEX triplet: EE, 80 and B2. RGB value is (238,128,178). Sum of RGB (Red+Green+Blue) = 238+128+178=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE80B2 is #117F4D. Grayscale: #A6A6A6. Windows color (decimal): -1146702 or 11698414. OLE color: 11698414.

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

Color convert

RGB 238 128 178 -
CMYK 0 0.46 0.25 0.07
HSL 332.73º 0.76% 0.72% -
HSV(B) 332.73º 0.46% 0.93% -
XYZ 51.01 36.83 46.54 -
YUV 166.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 238 128 178 0 0.46 0.25 0.07 332.73 0.76 0.72
Hex EE 80 B2 0 2E 19 7 14D 4C 48
Octal 356 200 262 0 56 31 7 515 114 110
Binary 11101110 10000000 10110010 0 101110 11001 111 101001101 1001100 1001000

Color Harmonies of #EE80B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80B2

Black with #EE80B2

Text Example


Text Example

White with #EE80B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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