#E42DBB

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

Shades of Razzle Dazzle Rose #E42DBB

Tints of Razzle Dazzle Rose #E42DBB

Color information

#E42DBB (or 0xE42DBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 2D and BB. RGB value is (228,45,187). Sum of RGB (Red+Green+Blue) = 228+45+187=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42DBB is #1BD244. Grayscale: #737373. Windows color (decimal): -1823301 or 12266980. OLE color: 12266980.

HSL color Cylindrical-coordinate representation of color #E42DBB: hue angle of 313.44º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42DBB is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB22845187-
CMYK00.800.180.11
HSL313.44º77.22%53.53%-
HSV(B)313.44º80.26%89.41%-
XYZ41.921.9649.04-
YUV115.9168.13207.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.57%
GREEN value IS 45 (17.97% from 255) = 9.78%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=49.57%
G=9.78%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2284518700.800.180.11313.4477.2253.53
HexE42DBB05012B1394d36
Octal344552730120221347111566
Binary1110010010110110111011010100001001010111001110011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42DBB; }

 p { color: rgb(228,45,187); }

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

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

 a { background-color: rgb(228,45,187); }

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

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

 span { border-color: rgb(228,45,187); }

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