Html Css Color HEX #EA80B5 Persian Pink

📋 copy color: '#EA80B5'

red 234 ◦ green 128 ◦ blue 181

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

Shades of Persian Pink #EA80B5

Tints of Persian Pink #EA80B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.33%

R = 43.09%
G = 23.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA80B5 (or 0xEA80B5) is known color: Persian Pink. HEX triplet: EA, 80 and B5. RGB value is (234,128,181). Sum of RGB (Red+Green+Blue) = 234+128+181=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80B5 is #157F4A. Grayscale: #A5A5A5. Windows color (decimal): -1408843 or 11895018. OLE color: 11895018.

HSL color Cylindrical-coordinate representation of color #EA80B5: hue angle of 330º 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 #EA80B5 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 128 181 -
CMYK 0 0.45 0.23 0.08
HSL 330º 0.72% 0.71% -
HSV(B) 330º 0.45% 0.92% -
XYZ 49.99 36.27 48.08 -
YUV 165.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 234 128 181 0 0.45 0.23 0.08 330 0.72 0.71
Hex EA 80 B5 0 2D 17 8 14A 48 47
Octal 352 200 265 0 55 27 10 512 110 107
Binary 11101010 10000000 10110101 0 101101 10111 1000 101001010 1001000 1000111

Color Harmonies of #EA80B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA80B5

Black with #EA80B5

Text Example


Text Example

White with #EA80B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA80B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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