Html Css Color HEX #E02AD1 Razzle Dazzle Rose

📋 copy color: '#E02AD1'

red 224 ◦ green 42 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E02AD1

Tints of Razzle Dazzle Rose #E02AD1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.84%

 BLUE value IS 209 (82.03% from 255) = 44%

R = 47.16%
G = 8.84%
B = 44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E02AD1 (or 0xE02AD1) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and D1. RGB value is (224,42,209). Sum of RGB (Red+Green+Blue) = 224+42+209=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02AD1 is #1FD52E. Grayscale: #727272. Windows color (decimal): -2086191 or 13708000. OLE color: 13708000.

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

Color convert

RGB 224 42 209 -
CMYK 0 0.81 0.07 0.12
HSL 304.95º 0.75% 0.52% -
HSV(B) 304.95º 0.81% 0.88% -
XYZ 43.08 22.11 62.32 -
YUV 115.46 180.8 205.42 -
System Red Green Blue C M Y K H S L
Decimal 224 42 209 0 0.81 0.07 0.12 304.95 0.75 0.52
Hex E0 2A D1 0 51 7 C 131 4B 34
Octal 340 52 321 0 121 7 14 461 113 64
Binary 11100000 101010 11010001 0 1010001 111 1100 100110001 1001011 110100

Color Harmonies of #E02AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02AD1

Black with #E02AD1

Text Example


Text Example

White with #E02AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02AD1; }

 p { color: rgb(224,42,209); }

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

background-color css

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

 a { background-color: rgb(224,42,209); }

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

border-color css

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

 span { border-color: rgb(224,42,209); }

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