Html Css Color HEX #E420D9 Razzle Dazzle Rose

📋 copy color: '#E420D9'

red 228 ◦ green 32 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E420D9

Tints of Razzle Dazzle Rose #E420D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.49%

R = 47.8%
G = 6.71%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E420D9 (or 0xE420D9) is known color: Razzle Dazzle Rose. HEX triplet: E4, 20 and D9. RGB value is (228,32,217). Sum of RGB (Red+Green+Blue) = 228+32+217=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E420D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E420D9 is #1BDF26. Grayscale: #6F6F6F. Windows color (decimal): -1826599 or 14229732. OLE color: 14229732.

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

Color convert

RGB 228 32 217 -
CMYK 0 0.86 0.05 0.11
HSL 303.37º 0.78% 0.51% -
HSV(B) 303.37º 0.86% 0.89% -
XYZ 45.04 22.54 67.62 -
YUV 111.69 187.43 210.96 -
System Red Green Blue C M Y K H S L
Decimal 228 32 217 0 0.86 0.05 0.11 303.37 0.78 0.51
Hex E4 20 D9 0 56 5 B 12F 4E 33
Octal 344 40 331 0 126 5 13 457 116 63
Binary 11100100 100000 11011001 0 1010110 101 1011 100101111 1001110 110011

Color Harmonies of #E420D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E420D9

Black with #E420D9

Text Example


Text Example

White with #E420D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E420D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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