Html Css Color HEX #E428DC Razzle Dazzle Rose

📋 copy color: '#E428DC'

red 228 ◦ green 40 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E428DC

Tints of Razzle Dazzle Rose #E428DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.2%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 46.72%
G = 8.2%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E428DC (or 0xE428DC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 28 and DC. RGB value is (228,40,220). Sum of RGB (Red+Green+Blue) = 228+40+220=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E428DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E428DC is #1BD723. Grayscale: #747474. Windows color (decimal): -1824548 or 14428388. OLE color: 14428388.

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

Color convert

RGB 228 40 220 -
CMYK 0 0.82 0.04 0.11
HSL 302.55º 0.78% 0.53% -
HSV(B) 302.55º 0.82% 0.89% -
XYZ 45.67 23.18 69.78 -
YUV 116.73 186.28 207.36 -
System Red Green Blue C M Y K H S L
Decimal 228 40 220 0 0.82 0.04 0.11 302.55 0.78 0.53
Hex E4 28 DC 0 52 4 B 12F 4E 35
Octal 344 50 334 0 122 4 13 457 116 65
Binary 11100100 101000 11011100 0 1010010 100 1011 100101111 1001110 110101

Color Harmonies of #E428DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E428DC

Black with #E428DC

Text Example


Text Example

White with #E428DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E428DC; }

 p { color: rgb(228,40,220); }

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

background-color css

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

 a { background-color: rgb(228,40,220); }

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

border-color css

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

 span { border-color: rgb(228,40,220); }

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