Html Css Color HEX #EA559E Brilliant Rose

📋 copy color: '#EA559E'

red 234 ◦ green 85 ◦ blue 158

#EA559E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EA559E

Tints of Brilliant Rose #EA559E

RGB

 RED value IS 234 (91.8% from 255) = 49.06%

 GREEN value IS 85 (33.59% from 255) = 17.82%

 BLUE value IS 158 (62.11% from 255) = 33.12%

R = 49.06%
G = 17.82%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA559E (or 0xEA559E) is known color: Brilliant Rose. HEX triplet: EA, 55 and 9E. RGB value is (234,85,158). Sum of RGB (Red+Green+Blue) = 234+85+158=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA559E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA559E is #15AA61. Grayscale: #898989. Windows color (decimal): -1419874 or 10376682. OLE color: 10376682.

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

Color convert

RGB 234 85 158 -
CMYK 0 0.64 0.32 0.08
HSL 330.6º 0.78% 0.63% -
HSV(B) 330.6º 0.64% 0.92% -
XYZ 43.35 26.46 35.17 -
YUV 137.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 234 85 158 0 0.64 0.32 0.08 330.6 0.78 0.63
Hex EA 55 9E 0 40 20 8 14B 4E 3F
Octal 352 125 236 0 100 40 10 513 116 77
Binary 11101010 1010101 10011110 0 1000000 100000 1000 101001011 1001110 111111

Color Harmonies of #EA559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA559E

Black with #EA559E

Text Example


Text Example

White with #EA559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA559E; }

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

 H1.HeaderClassName
 {
   color: #EA559E;
 }
 .AnyTagClassName
 {
   color: #EA559E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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