#EA81BE

Color #EA81BE Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #EA81BE

Tints of Persian Pink #EA81BE

Color information

#EA81BE (or 0xEA81BE) is unknown color: approx Persian Pink. HEX triplet: EA, 81 and BE. RGB value is (234,129,190). Sum of RGB (Red+Green+Blue) = 234+129+190=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81BE is #157E41. Grayscale: #A7A7A7. Windows color (decimal): -1408578 or 12485098. OLE color: 12485098.

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

Color convert

RGB234129190-
CMYK00.450.190.08
HSL325.14º71.43%71.18%-
HSV(B)325.14º44.87%91.76%-
XYZ51.0836.9153.15-
YUV167.35140.79175.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=42.31%
G=23.33%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412919000.450.190.08325.1471.4371.18
HexEA81BE02D1381454747
Octal3522012760552310505107107
Binary111010101000000110111110010110110011100010100010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81BE; }

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

 H1.HeaderClassName
 {
   color: #EA81BE;
 }
 .AnyTagClassName
 {
   color: #EA81BE;
 }
</style>
background-color css

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

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

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

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

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

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