Html Css Color HEX #E024DD Razzle Dazzle Rose

📋 copy color: '#E024DD'

red 224 ◦ green 36 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E024DD

Tints of Razzle Dazzle Rose #E024DD

RGB

 RED value IS 224 (87.89% from 255) = 46.57%

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

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

R = 46.57%
G = 7.48%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E024DD (or 0xE024DD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 24 and DD. RGB value is (224,36,221). Sum of RGB (Red+Green+Blue) = 224+36+221=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E024DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024DD is #1FDB22. Grayscale: #707070. Windows color (decimal): -2087715 or 14492896. OLE color: 14492896.

HSL color Cylindrical-coordinate representation of color #E024DD: hue angle of 300.96º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024DD is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 221 -
CMYK 0 0.84 0.01 0.12
HSL 300.96º 0.75% 0.51% -
HSV(B) 300.96º 0.84% 0.88% -
XYZ 44.42 22.33 70.38 -
YUV 113.3 188.78 206.96 -
System Red Green Blue C M Y K H S L
Decimal 224 36 221 0 0.84 0.01 0.12 300.96 0.75 0.51
Hex E0 24 DD 0 54 1 C 12D 4B 33
Octal 340 44 335 0 124 1 14 455 113 63
Binary 11100000 100100 11011101 0 1010100 1 1100 100101101 1001011 110011

Color Harmonies of #E024DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024DD

Black with #E024DD

Text Example


Text Example

White with #E024DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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