#EA1A9F

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

Shades of Persian Rose #EA1A9F

Tints of Persian Rose #EA1A9F

Color information

#EA1A9F (or 0xEA1A9F) is unknown color: approx Persian Rose. HEX triplet: EA, 1A and 9F. RGB value is (234,26,159). Sum of RGB (Red+Green+Blue) = 234+26+159=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1A9F is #15E560. Grayscale: #676767. Windows color (decimal): -1434977 or 10427114. OLE color: 10427114.

HSL color Cylindrical-coordinate representation of color #EA1A9F: hue angle of 321.63º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1A9F is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB23426159-
CMYK00.890.320.08
HSL321.63º83.2%50.98%-
HSV(B)321.63º88.89%91.76%-
XYZ40.5620.7334.67-
YUV103.35159.41221.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.85%
GREEN value IS 26 (10.55% from 255) = 6.21%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=55.85%
G=6.21%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342615900.890.320.08321.6383.250.98
HexEA1A9F0592081425333
Octal352322370131401050212363
Binary1110101011010100111110101100110000010001010000101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1A9F; }

 p { color: rgb(234,26,159); }

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

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

 a { background-color: rgb(234,26,159); }

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

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

 span { border-color: rgb(234,26,159); }

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