Html Css Color HEX #E04CAE Brilliant Rose

📋 copy color: '#E04CAE'

red 224 ◦ green 76 ◦ blue 174

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

Shades of Brilliant Rose #E04CAE

Tints of Brilliant Rose #E04CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.03%

 BLUE value IS 174 (68.36% from 255) = 36.71%

R = 47.26%
G = 16.03%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E04CAE (or 0xE04CAE) is known color: Brilliant Rose. HEX triplet: E0, 4C and AE. RGB value is (224,76,174). Sum of RGB (Red+Green+Blue) = 224+76+174=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04CAE is #1FB351. Grayscale: #838383. Windows color (decimal): -2077522 or 11422944. OLE color: 11422944.

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

Color convert

RGB 224 76 174 -
CMYK 0 0.66 0.22 0.12
HSL 320.27º 0.7% 0.59% -
HSV(B) 320.27º 0.66% 0.88% -
XYZ 40.96 24.07 42.53 -
YUV 131.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 224 76 174 0 0.66 0.22 0.12 320.27 0.7 0.59
Hex E0 4C AE 0 42 16 C 140 46 3B
Octal 340 114 256 0 102 26 14 500 106 73
Binary 11100000 1001100 10101110 0 1000010 10110 1100 101000000 1000110 111011

Color Harmonies of #E04CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CAE

Black with #E04CAE

Text Example


Text Example

White with #E04CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CAE; }

 p { color: rgb(224,76,174); }

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

background-color css

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

 a { background-color: rgb(224,76,174); }

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

border-color css

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

 span { border-color: rgb(224,76,174); }

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