Html Css Color HEX #E024D6 Razzle Dazzle Rose

📋 copy color: '#E024D6'

red 224 ◦ green 36 ◦ blue 214

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

Shades of Razzle Dazzle Rose #E024D6

Tints of Razzle Dazzle Rose #E024D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 47.26%
G = 7.59%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E024D6 (or 0xE024D6) is known color: Razzle Dazzle Rose. HEX triplet: E0, 24 and D6. RGB value is (224,36,214). Sum of RGB (Red+Green+Blue) = 224+36+214=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E024D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024D6 is #1FDB29. Grayscale: #6F6F6F. Windows color (decimal): -2087722 or 14034144. OLE color: 14034144.

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

Color convert

RGB 224 36 214 -
CMYK 0 0.84 0.04 0.12
HSL 303.19º 0.75% 0.51% -
HSV(B) 303.19º 0.84% 0.88% -
XYZ 43.51 21.96 65.56 -
YUV 112.5 185.28 207.53 -
System Red Green Blue C M Y K H S L
Decimal 224 36 214 0 0.84 0.04 0.12 303.19 0.75 0.51
Hex E0 24 D6 0 54 4 C 12F 4B 33
Octal 340 44 326 0 124 4 14 457 113 63
Binary 11100000 100100 11010110 0 1010100 100 1100 100101111 1001011 110011

Color Harmonies of #E024D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024D6

Black with #E024D6

Text Example


Text Example

White with #E024D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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