#EA259F

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

Shades of Persian Rose #EA259F

Tints of Persian Rose #EA259F

Color information

#EA259F (or 0xEA259F) is unknown color: approx Persian Rose. HEX triplet: EA, 25 and 9F. RGB value is (234,37,159). Sum of RGB (Red+Green+Blue) = 234+37+159=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA259F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA259F is #15DA60. Grayscale: #6D6D6D. Windows color (decimal): -1432161 or 10429930. OLE color: 10429930.

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

Color convert

RGB23437159-
CMYK00.840.320.08
HSL322.84º82.43%53.14%-
HSV(B)322.84º84.19%91.76%-
XYZ40.8521.3234.76-
YUV109.81155.77216.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.42%
GREEN value IS 37 (14.84% from 255) = 8.60%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=54.42%
G=8.60%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343715900.840.320.08322.8482.4353.14
HexEA259F0542081435235
Octal352452370124401050312265
Binary11101010100101100111110101010010000010001010000111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA259F; }

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

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

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

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

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

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

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

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