Html Css Color HEX #E032D4 Razzle Dazzle Rose

📋 copy color: '#E032D4'

red 224 ◦ green 50 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E032D4

Tints of Razzle Dazzle Rose #E032D4

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.29%

 BLUE value IS 212 (83.2% from 255) = 43.62%

R = 46.09%
G = 10.29%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E032D4 (or 0xE032D4) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and D4. RGB value is (224,50,212). Sum of RGB (Red+Green+Blue) = 224+50+212=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E032D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032D4 is #1FCD2B. Grayscale: #787878. Windows color (decimal): -2084140 or 13906656. OLE color: 13906656.

HSL color Cylindrical-coordinate representation of color #E032D4: hue angle of 304.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E032D4 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 212 -
CMYK 0 0.78 0.05 0.12
HSL 304.14º 0.74% 0.54% -
HSV(B) 304.14º 0.78% 0.88% -
XYZ 43.76 22.88 64.4 -
YUV 120.49 179.65 201.83 -
System Red Green Blue C M Y K H S L
Decimal 224 50 212 0 0.78 0.05 0.12 304.14 0.74 0.54
Hex E0 32 D4 0 4E 5 C 130 4A 36
Octal 340 62 324 0 116 5 14 460 112 66
Binary 11100000 110010 11010100 0 1001110 101 1100 100110000 1001010 110110

Color Harmonies of #E032D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032D4

Black with #E032D4

Text Example


Text Example

White with #E032D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032D4; }

 p { color: rgb(224,50,212); }

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

background-color css

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

 a { background-color: rgb(224,50,212); }

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

border-color css

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

 span { border-color: rgb(224,50,212); }

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