Html Css Color HEX #E02ADD Razzle Dazzle Rose

📋 copy color: '#E02ADD'

red 224 ◦ green 42 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E02ADD

Tints of Razzle Dazzle Rose #E02ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 46%
G = 8.62%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E02ADD (or 0xE02ADD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and DD. RGB value is (224,42,221). Sum of RGB (Red+Green+Blue) = 224+42+221=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 42 (16.80% from 255 or 8.62% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ADD is #1FD522. Grayscale: #747474. Windows color (decimal): -2086179 or 14494432. OLE color: 14494432.

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

Color convert

RGB 224 42 221 -
CMYK 0 0.81 0.01 0.12
HSL 300.99º 0.75% 0.52% -
HSV(B) 300.99º 0.81% 0.88% -
XYZ 44.62 22.72 70.44 -
YUV 116.82 186.8 204.45 -
System Red Green Blue C M Y K H S L
Decimal 224 42 221 0 0.81 0.01 0.12 300.99 0.75 0.52
Hex E0 2A DD 0 51 1 C 12D 4B 34
Octal 340 52 335 0 121 1 14 455 113 64
Binary 11100000 101010 11011101 0 1010001 1 1100 100101101 1001011 110100

Color Harmonies of #E02ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02ADD

Black with #E02ADD

Text Example


Text Example

White with #E02ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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