Html Css Color HEX #EA81B3 Persian Pink

📋 copy color: '#EA81B3'

red 234 ◦ green 129 ◦ blue 179

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

Shades of Persian Pink #EA81B3

Tints of Persian Pink #EA81B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.03%

R = 43.17%
G = 23.8%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA81B3 (or 0xEA81B3) is known color: Persian Pink. HEX triplet: EA, 81 and B3. RGB value is (234,129,179). Sum of RGB (Red+Green+Blue) = 234+129+179=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81B3 is #157E4C. Grayscale: #A6A6A6. Windows color (decimal): -1408589 or 11764202. OLE color: 11764202.

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

Color convert

RGB 234 129 179 -
CMYK 0 0.45 0.24 0.08
HSL 331.43º 0.71% 0.71% -
HSV(B) 331.43º 0.45% 0.92% -
XYZ 49.92 36.45 47.05 -
YUV 166.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 234 129 179 0 0.45 0.24 0.08 331.43 0.71 0.71
Hex EA 81 B3 0 2D 18 8 14B 47 47
Octal 352 201 263 0 55 30 10 513 107 107
Binary 11101010 10000001 10110011 0 101101 11000 1000 101001011 1000111 1000111

Color Harmonies of #EA81B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81B3

Black with #EA81B3

Text Example


Text Example

White with #EA81B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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