Html Css Color HEX #E04DA2 Brilliant Rose

📋 copy color: '#E04DA2'

red 224 ◦ green 77 ◦ blue 162

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

Shades of Brilliant Rose #E04DA2

Tints of Brilliant Rose #E04DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 48.38%
G = 16.63%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E04DA2 (or 0xE04DA2) is known color: Brilliant Rose. HEX triplet: E0, 4D and A2. RGB value is (224,77,162). Sum of RGB (Red+Green+Blue) = 224+77+162=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04DA2 is #1FB25D. Grayscale: #828282. Windows color (decimal): -2077278 or 10636768. OLE color: 10636768.

HSL color Cylindrical-coordinate representation of color #E04DA2: hue angle of 325.31º 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 #E04DA2 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 162 -
CMYK 0 0.66 0.28 0.12
HSL 325.31º 0.7% 0.59% -
HSV(B) 325.31º 0.66% 0.88% -
XYZ 39.92 23.76 36.67 -
YUV 130.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 224 77 162 0 0.66 0.28 0.12 325.31 0.7 0.59
Hex E0 4D A2 0 42 1C C 145 46 3B
Octal 340 115 242 0 102 34 14 505 106 73
Binary 11100000 1001101 10100010 0 1000010 11100 1100 101000101 1000110 111011

Color Harmonies of #E04DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DA2

Black with #E04DA2

Text Example


Text Example

White with #E04DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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