Html Css Color HEX #E0549E Brilliant Rose

📋 copy color: '#E0549E'

red 224 ◦ green 84 ◦ blue 158

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

Shades of Brilliant Rose #E0549E

Tints of Brilliant Rose #E0549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.03%

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

R = 48.07%
G = 18.03%
B = 33.91%

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

#E0549E (or 0xE0549E) is known color: Brilliant Rose. HEX triplet: E0, 54 and 9E. RGB value is (224,84,158). Sum of RGB (Red+Green+Blue) = 224+84+158=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0549E is #1FAB61. Grayscale: #868686. Windows color (decimal): -2075490 or 10376416. OLE color: 10376416.

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

Color convert

RGB 224 84 158 -
CMYK 0 0.62 0.29 0.12
HSL 328.29º 0.69% 0.6% -
HSV(B) 328.29º 0.63% 0.88% -
XYZ 40.08 24.66 34.99 -
YUV 134.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 224 84 158 0 0.62 0.29 0.12 328.29 0.69 0.6
Hex E0 54 9E 0 3E 1D C 148 45 3C
Octal 340 124 236 0 76 35 14 510 105 74
Binary 11100000 1010100 10011110 0 111110 11101 1100 101001000 1000101 111100

Color Harmonies of #E0549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0549E

Black with #E0549E

Text Example


Text Example

White with #E0549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0549E; }

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

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

background-color css

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

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

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

border-color css

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

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

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