Html Css Color HEX #E424DC Razzle Dazzle Rose

📋 copy color: '#E424DC'

red 228 ◦ green 36 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E424DC

Tints of Razzle Dazzle Rose #E424DC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.44%

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

R = 47.11%
G = 7.44%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E424DC (or 0xE424DC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and DC. RGB value is (228,36,220). Sum of RGB (Red+Green+Blue) = 228+36+220=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E424DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424DC is #1BDB23. Grayscale: #717171. Windows color (decimal): -1825572 or 14427364. OLE color: 14427364.

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

Color convert

RGB 228 36 220 -
CMYK 0 0.84 0.04 0.11
HSL 302.5º 0.78% 0.52% -
HSV(B) 302.5º 0.84% 0.89% -
XYZ 45.54 22.92 69.73 -
YUV 114.38 187.61 209.04 -
System Red Green Blue C M Y K H S L
Decimal 228 36 220 0 0.84 0.04 0.11 302.5 0.78 0.52
Hex E4 24 DC 0 54 4 B 12E 4E 34
Octal 344 44 334 0 124 4 13 456 116 64
Binary 11100100 100100 11011100 0 1010100 100 1011 100101110 1001110 110100

Color Harmonies of #E424DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424DC

Black with #E424DC

Text Example


Text Example

White with #E424DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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