Html Css Color HEX #E04EA6 Brilliant Rose

📋 copy color: '#E04EA6'

red 224 ◦ green 78 ◦ blue 166

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

Shades of Brilliant Rose #E04EA6

Tints of Brilliant Rose #E04EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.47%

R = 47.86%
G = 16.67%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E04EA6 (or 0xE04EA6) is known color: Brilliant Rose. HEX triplet: E0, 4E and A6. RGB value is (224,78,166). Sum of RGB (Red+Green+Blue) = 224+78+166=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04EA6 is #1FB159. Grayscale: #838383. Windows color (decimal): -2077018 or 10899168. OLE color: 10899168.

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

Color convert

RGB 224 78 166 -
CMYK 0 0.65 0.26 0.12
HSL 323.84º 0.7% 0.59% -
HSV(B) 323.84º 0.65% 0.88% -
XYZ 40.35 24.05 38.59 -
YUV 131.69 147.37 193.84 -
System Red Green Blue C M Y K H S L
Decimal 224 78 166 0 0.65 0.26 0.12 323.84 0.7 0.59
Hex E0 4E A6 0 41 1A C 144 46 3B
Octal 340 116 246 0 101 32 14 504 106 73
Binary 11100000 1001110 10100110 0 1000001 11010 1100 101000100 1000110 111011

Color Harmonies of #E04EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04EA6

Black with #E04EA6

Text Example


Text Example

White with #E04EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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