Html Css Color HEX #EA81B5 Persian Pink

📋 copy color: '#EA81B5'

red 234 ◦ green 129 ◦ blue 181

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

Shades of Persian Pink #EA81B5

Tints of Persian Pink #EA81B5

RGB

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

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

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

R = 43.01%
G = 23.71%
B = 33.27%

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

#EA81B5 (or 0xEA81B5) is known color: Persian Pink. HEX triplet: EA, 81 and B5. RGB value is (234,129,181). Sum of RGB (Red+Green+Blue) = 234+129+181=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81B5 is #157E4A. Grayscale: #A6A6A6. Windows color (decimal): -1408587 or 11895274. OLE color: 11895274.

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

Color convert

RGB 234 129 181 -
CMYK 0 0.45 0.23 0.08
HSL 330.29º 0.71% 0.71% -
HSV(B) 330.29º 0.45% 0.92% -
XYZ 50.12 36.53 48.13 -
YUV 166.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 234 129 181 0 0.45 0.23 0.08 330.29 0.71 0.71
Hex EA 81 B5 0 2D 17 8 14A 47 47
Octal 352 201 265 0 55 27 10 512 107 107
Binary 11101010 10000001 10110101 0 101101 10111 1000 101001010 1000111 1000111

Color Harmonies of #EA81B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81B5

Black with #EA81B5

Text Example


Text Example

White with #EA81B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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