Html Css Color HEX #E424DD Razzle Dazzle Rose

📋 copy color: '#E424DD'

red 228 ◦ green 36 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E424DD

Tints of Razzle Dazzle Rose #E424DD

RGB

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

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

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

R = 47.01%
G = 7.42%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E424DD (or 0xE424DD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and DD. RGB value is (228,36,221). Sum of RGB (Red+Green+Blue) = 228+36+221=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E424DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424DD is #1BDB22. Grayscale: #717171. Windows color (decimal): -1825571 or 14492900. OLE color: 14492900.

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

Color convert

RGB 228 36 221 -
CMYK 0 0.84 0.03 0.11
HSL 302.19º 0.78% 0.52% -
HSV(B) 302.19º 0.84% 0.89% -
XYZ 45.68 22.98 70.43 -
YUV 114.5 188.11 208.96 -
System Red Green Blue C M Y K H S L
Decimal 228 36 221 0 0.84 0.03 0.11 302.19 0.78 0.52
Hex E4 24 DD 0 54 3 B 12E 4E 34
Octal 344 44 335 0 124 3 13 456 116 64
Binary 11100100 100100 11011101 0 1010100 11 1011 100101110 1001110 110100

Color Harmonies of #E424DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424DD

Black with #E424DD

Text Example


Text Example

White with #E424DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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