Html Css Color HEX #E04DB1 Brilliant Rose

📋 copy color: '#E04DB1'

red 224 ◦ green 77 ◦ blue 177

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

Shades of Brilliant Rose #E04DB1

Tints of Brilliant Rose #E04DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.03%

R = 46.86%
G = 16.11%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E04DB1 (or 0xE04DB1) is known color: Brilliant Rose. HEX triplet: E0, 4D and B1. RGB value is (224,77,177). Sum of RGB (Red+Green+Blue) = 224+77+177=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04DB1 is #1FB24E. Grayscale: #848484. Windows color (decimal): -2077263 or 11619808. OLE color: 11619808.

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

Color convert

RGB 224 77 177 -
CMYK 0 0.66 0.21 0.12
HSL 319.18º 0.7% 0.59% -
HSV(B) 319.18º 0.66% 0.88% -
XYZ 41.33 24.33 44.11 -
YUV 132.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 224 77 177 0 0.66 0.21 0.12 319.18 0.7 0.59
Hex E0 4D B1 0 42 15 C 13F 46 3B
Octal 340 115 261 0 102 25 14 477 106 73
Binary 11100000 1001101 10110001 0 1000010 10101 1100 100111111 1000110 111011

Color Harmonies of #E04DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DB1

Black with #E04DB1

Text Example


Text Example

White with #E04DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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