#e038bc

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

Shades of Razzle Dazzle Rose #E038BC

Tints of Razzle Dazzle Rose #E038BC

Color information

#E038BC (or 0xE038BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 38 and BC. RGB value is (224,56,188). Sum of RGB (Red+Green+Blue) = 224+56+188=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E038BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E038BC is #1FC743. Grayscale: #787878. Windows color (decimal): -2082628 or 12335328. OLE color: 12335328.

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

Color convert

RGB22456188-
CMYK00.750.160.12
HSL312.86º73.04%54.9%-
HSV(B)312.86º75%87.84%-
XYZ41.2322.3149.71-
YUV121.28165.66201.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.86%
GREEN value IS 56 (22.27% from 255) = 11.97%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=47.86%
G=11.97%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245618800.750.160.12312.8673.0454.9
HexE038BC04B10C1394937
Octal340702740113201447111167
Binary1110000011100010111100010010111000011001001110011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e038bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e038bc; }

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

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

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

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

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

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

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

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