Html Css Color HEX #E420DD Razzle Dazzle Rose

📋 copy color: '#E420DD'

red 228 ◦ green 32 ◦ blue 221

#E420DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #E420DD

Tints of Razzle Dazzle Rose #E420DD

RGB

 RED value IS 228 (89.45% from 255) = 47.4%

 GREEN value IS 32 (12.89% from 255) = 6.65%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 47.4%
G = 6.65%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E420DD (or 0xE420DD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 20 and DD. RGB value is (228,32,221). Sum of RGB (Red+Green+Blue) = 228+32+221=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E420DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E420DD is #1BDF22. Grayscale: #6F6F6F. Windows color (decimal): -1826595 or 14491876. OLE color: 14491876.

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

Color convert

RGB 228 32 221 -
CMYK 0 0.86 0.03 0.11
HSL 302.14º 0.78% 0.51% -
HSV(B) 302.14º 0.86% 0.89% -
XYZ 45.56 22.75 70.4 -
YUV 112.15 189.43 210.63 -
System Red Green Blue C M Y K H S L
Decimal 228 32 221 0 0.86 0.03 0.11 302.14 0.78 0.51
Hex E4 20 DD 0 56 3 B 12E 4E 33
Octal 344 40 335 0 126 3 13 456 116 63
Binary 11100100 100000 11011101 0 1010110 11 1011 100101110 1001110 110011

Color Harmonies of #E420DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E420DD

Black with #E420DD

Text Example


Text Example

White with #E420DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E420DD; }

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

 H1.HeaderClassName
 {
   color: #E420DD;
 }
 .AnyTagClassName
 {
   color: #E420DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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