Html Css Color HEX #EA80B9 Persian Pink

📋 copy color: '#EA80B9'

red 234 ◦ green 128 ◦ blue 185

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

Shades of Persian Pink #EA80B9

Tints of Persian Pink #EA80B9

RGB

 RED value IS 234 (91.8% from 255) = 42.78%

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

 BLUE value IS 185 (72.66% from 255) = 33.82%

R = 42.78%
G = 23.4%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA80B9 (or 0xEA80B9) is known color: Persian Pink. HEX triplet: EA, 80 and B9. RGB value is (234,128,185). Sum of RGB (Red+Green+Blue) = 234+128+185=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80B9 is #157F46. Grayscale: #A6A6A6. Windows color (decimal): -1408839 or 12157162. OLE color: 12157162.

HSL color Cylindrical-coordinate representation of color #EA80B9: hue angle of 327.74º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA80B9 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 128 185 -
CMYK 0 0.45 0.21 0.08
HSL 327.74º 0.72% 0.71% -
HSV(B) 327.74º 0.45% 0.92% -
XYZ 50.41 36.43 50.27 -
YUV 166.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 234 128 185 0 0.45 0.21 0.08 327.74 0.72 0.71
Hex EA 80 B9 0 2D 15 8 148 48 47
Octal 352 200 271 0 55 25 10 510 110 107
Binary 11101010 10000000 10111001 0 101101 10101 1000 101001000 1001000 1000111

Color Harmonies of #EA80B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA80B9

Black with #EA80B9

Text Example


Text Example

White with #EA80B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA80B9; }

 p { color: rgb(234,128,185); }

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

background-color css

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

 a { background-color: rgb(234,128,185); }

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

border-color css

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

 span { border-color: rgb(234,128,185); }

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