Html Css Color HEX #E04EAF Brilliant Rose

📋 copy color: '#E04EAF'

red 224 ◦ green 78 ◦ blue 175

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

Shades of Brilliant Rose #E04EAF

Tints of Brilliant Rose #E04EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 46.96%
G = 16.35%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E04EAF (or 0xE04EAF) is known color: Brilliant Rose. HEX triplet: E0, 4E and AF. RGB value is (224,78,175). Sum of RGB (Red+Green+Blue) = 224+78+175=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04EAF is #1FB150. Grayscale: #848484. Windows color (decimal): -2077009 or 11488992. OLE color: 11488992.

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

Color convert

RGB 224 78 175 -
CMYK 0 0.65 0.22 0.12
HSL 320.14º 0.7% 0.59% -
HSV(B) 320.14º 0.65% 0.88% -
XYZ 41.2 24.39 43.09 -
YUV 132.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 224 78 175 0 0.65 0.22 0.12 320.14 0.7 0.59
Hex E0 4E AF 0 41 16 C 140 46 3B
Octal 340 116 257 0 101 26 14 500 106 73
Binary 11100000 1001110 10101111 0 1000001 10110 1100 101000000 1000110 111011

Color Harmonies of #E04EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04EAF

Black with #E04EAF

Text Example


Text Example

White with #E04EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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