Html Css Color HEX #E04DAA Brilliant Rose

📋 copy color: '#E04DAA'

red 224 ◦ green 77 ◦ blue 170

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

Shades of Brilliant Rose #E04DAA

Tints of Brilliant Rose #E04DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 47.56%
G = 16.35%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E04DAA (or 0xE04DAA) is known color: Brilliant Rose. HEX triplet: E0, 4D and AA. RGB value is (224,77,170). Sum of RGB (Red+Green+Blue) = 224+77+170=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04DAA is #1FB255. Grayscale: #838383. Windows color (decimal): -2077270 or 11161056. OLE color: 11161056.

HSL color Cylindrical-coordinate representation of color #E04DAA: hue angle of 322.04º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04DAA is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 170 -
CMYK 0 0.66 0.24 0.12
HSL 322.04º 0.7% 0.59% -
HSV(B) 322.04º 0.66% 0.88% -
XYZ 40.65 24.06 40.53 -
YUV 131.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 224 77 170 0 0.66 0.24 0.12 322.04 0.7 0.59
Hex E0 4D AA 0 42 18 C 142 46 3B
Octal 340 115 252 0 102 30 14 502 106 73
Binary 11100000 1001101 10101010 0 1000010 11000 1100 101000010 1000110 111011

Color Harmonies of #E04DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DAA

Black with #E04DAA

Text Example


Text Example

White with #E04DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DAA; }

 p { color: rgb(224,77,170); }

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

background-color css

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

 a { background-color: rgb(224,77,170); }

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

border-color css

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

 span { border-color: rgb(224,77,170); }

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