Html Css Color HEX #E024DA Razzle Dazzle Rose

📋 copy color: '#E024DA'

red 224 ◦ green 36 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E024DA

Tints of Razzle Dazzle Rose #E024DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 46.86%
G = 7.53%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E024DA (or 0xE024DA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 24 and DA. RGB value is (224,36,218). Sum of RGB (Red+Green+Blue) = 224+36+218=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E024DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024DA is #1FDB25. Grayscale: #707070. Windows color (decimal): -2087718 or 14296288. OLE color: 14296288.

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

Color convert

RGB 224 36 218 -
CMYK 0 0.84 0.03 0.12
HSL 301.91º 0.75% 0.51% -
HSV(B) 301.91º 0.84% 0.88% -
XYZ 44.03 22.17 68.29 -
YUV 112.96 187.28 207.2 -
System Red Green Blue C M Y K H S L
Decimal 224 36 218 0 0.84 0.03 0.12 301.91 0.75 0.51
Hex E0 24 DA 0 54 3 C 12E 4B 33
Octal 340 44 332 0 124 3 14 456 113 63
Binary 11100000 100100 11011010 0 1010100 11 1100 100101110 1001011 110011

Color Harmonies of #E024DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024DA

Black with #E024DA

Text Example


Text Example

White with #E024DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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