#EA2599

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

Shades of Persian Rose #EA2599

Tints of Persian Rose #EA2599

Color information

#EA2599 (or 0xEA2599) is unknown color: approx Persian Rose. HEX triplet: EA, 25 and 99. RGB value is (234,37,153). Sum of RGB (Red+Green+Blue) = 234+37+153=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2599 is #15DA66. Grayscale: #6C6C6C. Windows color (decimal): -1432167 or 10036714. OLE color: 10036714.

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

Color convert

RGB23437153-
CMYK00.840.350.08
HSL324.67º82.43%53.14%-
HSV(B)324.67º84.19%91.76%-
XYZ40.3421.1232.09-
YUV109.13152.77217.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.19%
GREEN value IS 37 (14.84% from 255) = 8.73%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=55.19%
G=8.73%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343715300.840.350.08324.6782.4353.14
HexEA25990542381455235
Octal352452310124431050512265
Binary11101010100101100110010101010010001110001010001011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2599; }

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

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

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

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

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

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

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

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