Html Css Color HEX #E04EAB Brilliant Rose

📋 copy color: '#E04EAB'

red 224 ◦ green 78 ◦ blue 171

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

Shades of Brilliant Rose #E04EAB

Tints of Brilliant Rose #E04EAB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.49%

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 47.36%
G = 16.49%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E04EAB (or 0xE04EAB) is known color: Brilliant Rose. HEX triplet: E0, 4E and AB. RGB value is (224,78,171). Sum of RGB (Red+Green+Blue) = 224+78+171=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04EAB is #1FB154. Grayscale: #848484. Windows color (decimal): -2077013 or 11226848. OLE color: 11226848.

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

Color convert

RGB 224 78 171 -
CMYK 0 0.65 0.24 0.12
HSL 321.78º 0.7% 0.59% -
HSV(B) 321.78º 0.65% 0.88% -
XYZ 40.82 24.24 41.05 -
YUV 132.26 149.87 193.44 -
System Red Green Blue C M Y K H S L
Decimal 224 78 171 0 0.65 0.24 0.12 321.78 0.7 0.59
Hex E0 4E AB 0 41 18 C 142 46 3B
Octal 340 116 253 0 101 30 14 502 106 73
Binary 11100000 1001110 10101011 0 1000001 11000 1100 101000010 1000110 111011

Color Harmonies of #E04EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04EAB

Black with #E04EAB

Text Example


Text Example

White with #E04EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04EAB; }

 p { color: rgb(224,78,171); }

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

background-color css

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

 a { background-color: rgb(224,78,171); }

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

border-color css

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

 span { border-color: rgb(224,78,171); }

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