Html Css Color HEX #E024DC Razzle Dazzle Rose

📋 copy color: '#E024DC'

red 224 ◦ green 36 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E024DC

Tints of Razzle Dazzle Rose #E024DC

RGB

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

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

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

R = 46.67%
G = 7.5%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E024DC (or 0xE024DC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 24 and DC. RGB value is (224,36,220). Sum of RGB (Red+Green+Blue) = 224+36+220=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E024DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024DC is #1FDB23. Grayscale: #707070. Windows color (decimal): -2087716 or 14427360. OLE color: 14427360.

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

Color convert

RGB 224 36 220 -
CMYK 0 0.84 0.02 0.12
HSL 301.28º 0.75% 0.51% -
HSV(B) 301.28º 0.84% 0.88% -
XYZ 44.29 22.28 69.68 -
YUV 113.19 188.28 207.04 -
System Red Green Blue C M Y K H S L
Decimal 224 36 220 0 0.84 0.02 0.12 301.28 0.75 0.51
Hex E0 24 DC 0 54 2 C 12D 4B 33
Octal 340 44 334 0 124 2 14 455 113 63
Binary 11100000 100100 11011100 0 1010100 10 1100 100101101 1001011 110011

Color Harmonies of #E024DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024DC

Black with #E024DC

Text Example


Text Example

White with #E024DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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