#EA609E

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

Shades of Brilliant Rose #EA609E

Tints of Brilliant Rose #EA609E

Color information

#EA609E (or 0xEA609E) is unknown color: approx Brilliant Rose. HEX triplet: EA, 60 and 9E. RGB value is (234,96,158). Sum of RGB (Red+Green+Blue) = 234+96+158=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA609E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA609E is #159F61. Grayscale: #909090. Windows color (decimal): -1417058 or 10379498. OLE color: 10379498.

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

Color convert

RGB23496158-
CMYK00.590.320.08
HSL333.04º76.67%64.71%-
HSV(B)333.04º58.97%91.76%-
XYZ44.2928.3335.48-
YUV144.33135.72191.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=47.95%
G=19.67%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349615800.590.320.08333.0476.6764.71
HexEA609E03B20814d4d41
Octal3521402360734010515115101
Binary111010101100000100111100111011100000100010100110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA609E; }

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

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

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

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

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

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

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

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