Html Css Color HEX #E022D4 Razzle Dazzle Rose

📋 copy color: '#E022D4'

red 224 ◦ green 34 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E022D4

Tints of Razzle Dazzle Rose #E022D4

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.23%

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

R = 47.66%
G = 7.23%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E022D4 (or 0xE022D4) is known color: Razzle Dazzle Rose. HEX triplet: E0, 22 and D4. RGB value is (224,34,212). Sum of RGB (Red+Green+Blue) = 224+34+212=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E022D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E022D4 is #1FDD2B. Grayscale: #6E6E6E. Windows color (decimal): -2088236 or 13902560. OLE color: 13902560.

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

Color convert

RGB 224 34 212 -
CMYK 0 0.85 0.05 0.12
HSL 303.79º 0.75% 0.51% -
HSV(B) 303.79º 0.85% 0.88% -
XYZ 43.2 21.74 64.21 -
YUV 111.1 184.95 208.53 -
System Red Green Blue C M Y K H S L
Decimal 224 34 212 0 0.85 0.05 0.12 303.79 0.75 0.51
Hex E0 22 D4 0 55 5 C 130 4B 33
Octal 340 42 324 0 125 5 14 460 113 63
Binary 11100000 100010 11010100 0 1010101 101 1100 100110000 1001011 110011

Color Harmonies of #E022D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E022D4

Black with #E022D4

Text Example


Text Example

White with #E022D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E022D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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