#E42DBE

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

Shades of Razzle Dazzle Rose #E42DBE

Tints of Razzle Dazzle Rose #E42DBE

Color information

#E42DBE (or 0xE42DBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 2D and BE. RGB value is (228,45,190). Sum of RGB (Red+Green+Blue) = 228+45+190=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42DBE is #1BD241. Grayscale: #737373. Windows color (decimal): -1823298 or 12463588. OLE color: 12463588.

HSL color Cylindrical-coordinate representation of color #E42DBE: hue angle of 312.46º 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 #E42DBE is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB22845190-
CMYK00.800.170.11
HSL312.46º77.22%53.53%-
HSV(B)312.46º80.26%89.41%-
XYZ42.2322.0950.75-
YUV116.25169.63207.71-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.24%
GREEN value IS 45 (17.97% from 255) = 9.72%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=49.24%
G=9.72%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2284519000.800.170.11312.4677.2253.53
HexE42DBE05011B1384d36
Octal344552760120211347011566
Binary1110010010110110111110010100001000110111001110001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42DBE; }

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

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

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

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

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

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

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

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