#E03ACF

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

Shades of Razzle Dazzle Rose #E03ACF

Tints of Razzle Dazzle Rose #E03ACF

Color information

#E03ACF (or 0xE03ACF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 3A and CF. RGB value is (224,58,207). Sum of RGB (Red+Green+Blue) = 224+58+207=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E03ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03ACF is #1FC530. Grayscale: #7C7C7C. Windows color (decimal): -2082097 or 13581024. OLE color: 13581024.

HSL color Cylindrical-coordinate representation of color #E03ACF: hue angle of 306.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03ACF is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB22458207-
CMYK00.740.080.12
HSL306.14º72.81%55.29%-
HSV(B)306.14º74.11%87.84%-
XYZ43.5223.3861.25-
YUV124.62174.5198.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.81%
GREEN value IS 58 (23.05% from 255) = 11.86%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=45.81%
G=11.86%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245820700.740.080.12306.1472.8155.29
HexE03ACF04A8C1324937
Octal340723170112101446211167
Binary111000001110101100111101001010100011001001100101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03ACF; }

 p { color: rgb(224,58,207); }

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

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

 a { background-color: rgb(224,58,207); }

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

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

 span { border-color: rgb(224,58,207); }

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