Html Css Color HEX #E024DF Razzle Dazzle Rose

📋 copy color: '#E024DF'

red 224 ◦ green 36 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E024DF

Tints of Razzle Dazzle Rose #E024DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 46.38%
G = 7.45%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E024DF (or 0xE024DF) is known color: Razzle Dazzle Rose. HEX triplet: E0, 24 and DF. RGB value is (224,36,223). Sum of RGB (Red+Green+Blue) = 224+36+223=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E024DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024DF is #1FDB20. Grayscale: #707070. Windows color (decimal): -2087713 or 14623968. OLE color: 14623968.

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

Color convert

RGB 224 36 223 -
CMYK 0 0.84 0.00 0.12
HSL 300.32º 0.75% 0.51% -
HSV(B) 300.32º 0.84% 0.88% -
XYZ 44.69 22.44 71.79 -
YUV 113.53 189.78 206.79 -
System Red Green Blue C M Y K H S L
Decimal 224 36 223 0 0.84 0.00 0.12 300.32 0.75 0.51
Hex E0 24 DF 0 54 0 C 12C 4B 33
Octal 340 44 337 0 124 0 14 454 113 63
Binary 11100000 100100 11011111 0 1010100 0 1100 100101100 1001011 110011

Color Harmonies of #E024DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024DF

Black with #E024DF

Text Example


Text Example

White with #E024DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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