Html Css Color HEX #EA81B8 Persian Pink

📋 copy color: '#EA81B8'

red 234 ◦ green 129 ◦ blue 184

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

Shades of Persian Pink #EA81B8

Tints of Persian Pink #EA81B8

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.58%

 BLUE value IS 184 (72.27% from 255) = 33.64%

R = 42.78%
G = 23.58%
B = 33.64%

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

#EA81B8 (or 0xEA81B8) is known color: Persian Pink. HEX triplet: EA, 81 and B8. RGB value is (234,129,184). Sum of RGB (Red+Green+Blue) = 234+129+184=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81B8 is #157E47. Grayscale: #A6A6A6. Windows color (decimal): -1408584 or 12091882. OLE color: 12091882.

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

Color convert

RGB 234 129 184 -
CMYK 0 0.45 0.21 0.08
HSL 328.57º 0.71% 0.71% -
HSV(B) 328.57º 0.45% 0.92% -
XYZ 50.43 36.65 49.76 -
YUV 166.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 234 129 184 0 0.45 0.21 0.08 328.57 0.71 0.71
Hex EA 81 B8 0 2D 15 8 149 47 47
Octal 352 201 270 0 55 25 10 511 107 107
Binary 11101010 10000001 10111000 0 101101 10101 1000 101001001 1000111 1000111

Color Harmonies of #EA81B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81B8

Black with #EA81B8

Text Example


Text Example

White with #EA81B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81B8; }

 p { color: rgb(234,129,184); }

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

background-color css

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

 a { background-color: rgb(234,129,184); }

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

border-color css

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

 span { border-color: rgb(234,129,184); }

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