#E03FB4

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

Shades of Razzle Dazzle Rose #E03FB4

Tints of Razzle Dazzle Rose #E03FB4

Color information

#E03FB4 (or 0xE03FB4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 3F and B4. RGB value is (224,63,180). Sum of RGB (Red+Green+Blue) = 224+63+180=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03FB4 is #1FC04B. Grayscale: #7C7C7C. Windows color (decimal): -2080844 or 11812832. OLE color: 11812832.

HSL color Cylindrical-coordinate representation of color #E03FB4: hue angle of 316.4º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03FB4 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB22463180-
CMYK00.720.200.12
HSL316.4º72.2%56.27%-
HSV(B)316.4º71.88%87.84%-
XYZ40.7622.745.41-
YUV124.48159.34198.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.97%
GREEN value IS 63 (25% from 255) = 13.49%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=47.97%
G=13.49%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246318000.720.200.12316.472.256.27
HexE03FB404814C13c4838
Octal340772640110241447411070
Binary1110000011111110110100010010001010011001001111001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03FB4; }

 p { color: rgb(224,63,180); }

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

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

 a { background-color: rgb(224,63,180); }

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

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

 span { border-color: rgb(224,63,180); }

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