#E04CAC

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

Shades of Brilliant Rose #E04CAC

Tints of Brilliant Rose #E04CAC

Color information

#E04CAC (or 0xE04CAC) is unknown color: approx Brilliant Rose. HEX triplet: E0, 4C and AC. RGB value is (224,76,172). Sum of RGB (Red+Green+Blue) = 224+76+172=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04CAC is #1FB353. Grayscale: #828282. Windows color (decimal): -2077524 or 11291872. OLE color: 11291872.

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

Color convert

RGB22476172-
CMYK00.660.230.12
HSL321.08º70.48%58.82%-
HSV(B)321.08º66.07%87.84%-
XYZ40.7723.9941.51-
YUV131.2151.03194.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.46%
GREEN value IS 76 (30.08% from 255) = 16.10%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=47.46%
G=16.10%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247617200.660.230.12321.0870.4858.82
HexE04CAC04217C141463b
Octal3401142540102271450110673
Binary11100000100110010101100010000101011111001010000011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04CAC; }

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

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

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

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

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

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

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

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