Html Css Color HEX #EA559F Brilliant Rose

📋 copy color: '#EA559F'

red 234 ◦ green 85 ◦ blue 159

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

Shades of Brilliant Rose #EA559F

Tints of Brilliant Rose #EA559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.26%

R = 48.95%
G = 17.78%
B = 33.26%

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

#EA559F (or 0xEA559F) is known color: Brilliant Rose. HEX triplet: EA, 55 and 9F. RGB value is (234,85,159). Sum of RGB (Red+Green+Blue) = 234+85+159=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA559F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA559F is #15AA60. Grayscale: #898989. Windows color (decimal): -1419873 or 10442218. OLE color: 10442218.

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

Color convert

RGB 234 85 159 -
CMYK 0 0.64 0.32 0.08
HSL 330.2º 0.78% 0.63% -
HSV(B) 330.2º 0.64% 0.92% -
XYZ 43.44 26.49 35.63 -
YUV 137.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 234 85 159 0 0.64 0.32 0.08 330.2 0.78 0.63
Hex EA 55 9F 0 40 20 8 14A 4E 3F
Octal 352 125 237 0 100 40 10 512 116 77
Binary 11101010 1010101 10011111 0 1000000 100000 1000 101001010 1001110 111111

Color Harmonies of #EA559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA559F

Black with #EA559F

Text Example


Text Example

White with #EA559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA559F; }

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

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

background-color css

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

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

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

border-color css

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

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

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