#e04caf

Color #E04CAF Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E04CAF

Tints of Brilliant Rose #E04CAF

Color information

#E04CAF (or 0xE04CAF) is unknown color: approx Brilliant Rose. HEX triplet: E0, 4C and AF. RGB value is (224,76,175). Sum of RGB (Red+Green+Blue) = 224+76+175=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04CAF is #1FB350. Grayscale: #838383. Windows color (decimal): -2077521 or 11488480. OLE color: 11488480.

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

Color convert

RGB22476175-
CMYK00.660.220.12
HSL319.86º70.48%58.82%-
HSV(B)319.86º66.07%87.84%-
XYZ41.0624.1143.05-
YUV131.54152.53193.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 76 (30.08% from 255) = 16%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=47.16%
G=16%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247617500.660.220.12319.8670.4858.82
HexE04CAF04216C140463b
Octal3401142570102261450010673
Binary11100000100110010101111010000101011011001010000001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e04caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e04caf; }

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

 H1.HeaderClassName
 {
   color: #e04caf;
 }
 .AnyTagClassName
 {
   color: #e04caf;
 }
</style>
background-color css

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

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

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

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

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

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