#E420D4

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

Shades of Razzle Dazzle Rose #E420D4

Tints of Razzle Dazzle Rose #E420D4

Color information

#E420D4 (or 0xE420D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 20 and D4. RGB value is (228,32,212). Sum of RGB (Red+Green+Blue) = 228+32+212=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E420D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E420D4 is #1BDF2B. Grayscale: #6E6E6E. Windows color (decimal): -1826604 or 13902052. OLE color: 13902052.

HSL color Cylindrical-coordinate representation of color #E420D4: hue angle of 304.9º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E420D4 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB22832212-
CMYK00.860.070.11
HSL304.9º78.4%50.98%-
HSV(B)304.9º85.96%89.41%-
XYZ44.422.2864.25-
YUV111.12184.93211.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.31%
GREEN value IS 32 (12.89% from 255) = 6.78%
BLUE value IS 212 (83.20% from 255) = 44.92%
R=48.31%
G=6.78%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2283221200.860.070.11304.978.450.98
HexE420D40567B1314e33
Octal34440324012671346111663
Binary11100100100000110101000101011011110111001100011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E420D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E420D4; }

 p { color: rgb(228,32,212); }

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

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

 a { background-color: rgb(228,32,212); }

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

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

 span { border-color: rgb(228,32,212); }

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