#e42dcd

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

Shades of Razzle Dazzle Rose #E42DCD

Tints of Razzle Dazzle Rose #E42DCD

Color information

#E42DCD (or 0xE42DCD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 2D and CD. RGB value is (228,45,205). Sum of RGB (Red+Green+Blue) = 228+45+205=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42DCD is #1BD232. Grayscale: #757575. Windows color (decimal): -1823283 or 13446628. OLE color: 13446628.

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

Color convert

RGB22845205-
CMYK00.800.100.11
HSL307.54º77.22%53.53%-
HSV(B)307.54º80.26%89.41%-
XYZ43.9522.7859.84-
YUV117.96177.13206.49-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.70%
GREEN value IS 45 (17.97% from 255) = 9.41%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=47.70%
G=9.41%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2284520500.800.100.11307.5477.2253.53
HexE42DCD050AB1344d36
Octal344553150120121346411566
Binary111001001011011100110101010000101010111001101001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e42dcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e42dcd; }

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

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

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

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

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

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

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

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