Html Css Color HEX #E0559E Brilliant Rose

📋 copy color: '#E0559E'

red 224 ◦ green 85 ◦ blue 158

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

Shades of Brilliant Rose #E0559E

Tints of Brilliant Rose #E0559E

RGB

 RED value IS 224 (87.89% from 255) = 47.97%

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

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

R = 47.97%
G = 18.2%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E0559E (or 0xE0559E) is known color: Brilliant Rose. HEX triplet: E0, 55 and 9E. RGB value is (224,85,158). Sum of RGB (Red+Green+Blue) = 224+85+158=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0559E is #1FAA61. Grayscale: #868686. Windows color (decimal): -2075234 or 10376672. OLE color: 10376672.

HSL color Cylindrical-coordinate representation of color #E0559E: hue angle of 328.49º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0559E is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 158 -
CMYK 0 0.62 0.29 0.12
HSL 328.49º 0.69% 0.61% -
HSV(B) 328.49º 0.62% 0.88% -
XYZ 40.16 24.81 35.02 -
YUV 134.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 224 85 158 0 0.62 0.29 0.12 328.49 0.69 0.61
Hex E0 55 9E 0 3E 1D C 148 45 3D
Octal 340 125 236 0 76 35 14 510 105 75
Binary 11100000 1010101 10011110 0 111110 11101 1100 101001000 1000101 111101

Color Harmonies of #E0559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0559E

Black with #E0559E

Text Example


Text Example

White with #E0559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0559E; }

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

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

background-color css

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

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

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

border-color css

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

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

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