#EA259E

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

Shades of Persian Rose #EA259E

Tints of Persian Rose #EA259E

Color information

#EA259E (or 0xEA259E) is unknown color: approx Persian Rose. HEX triplet: EA, 25 and 9E. RGB value is (234,37,158). Sum of RGB (Red+Green+Blue) = 234+37+158=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA259E is #15DA61. Grayscale: #6D6D6D. Windows color (decimal): -1432162 or 10364394. OLE color: 10364394.

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

Color convert

RGB23437158-
CMYK00.840.320.08
HSL323.15º82.43%53.14%-
HSV(B)323.15º84.19%91.76%-
XYZ40.7621.2834.31-
YUV109.7155.27216.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.55%
GREEN value IS 37 (14.84% from 255) = 8.62%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=54.55%
G=8.62%
B=36.83%

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
Decimal2343715800.840.320.08323.1582.4353.14
HexEA259E0542081435235
Octal352452360124401050312265
Binary11101010100101100111100101010010000010001010000111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA259E; }

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

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

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

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

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

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

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

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