#E038B4

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

Shades of Razzle Dazzle Rose #E038B4

Tints of Razzle Dazzle Rose #E038B4

Color information

#E038B4 (or 0xE038B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 38 and B4. RGB value is (224,56,180). Sum of RGB (Red+Green+Blue) = 224+56+180=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E038B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E038B4 is #1FC74B. Grayscale: #787878. Windows color (decimal): -2082636 or 11811040. OLE color: 11811040.

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

Color convert

RGB22456180-
CMYK00.750.200.12
HSL315.71º73.04%54.9%-
HSV(B)315.71º75%87.84%-
XYZ40.3921.9745.29-
YUV120.37161.66201.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 56 (22.27% from 255) = 12.17%
BLUE value IS 180 (70.70% from 255) = 39.13%
R=48.70%
G=12.17%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245618000.750.200.12315.7173.0454.9
HexE038B404B14C13c4937
Octal340702640113241447411167
Binary1110000011100010110100010010111010011001001111001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E038B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E038B4; }

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

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

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

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

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

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

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

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