Html Css Color HEX #E02ADB Razzle Dazzle Rose

📋 copy color: '#E02ADB'

red 224 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E02ADB

Tints of Razzle Dazzle Rose #E02ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 46.19%
G = 8.66%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E02ADB (or 0xE02ADB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and DB. RGB value is (224,42,219). Sum of RGB (Red+Green+Blue) = 224+42+219=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ADB is #1FD524. Grayscale: #747474. Windows color (decimal): -2086181 or 14363360. OLE color: 14363360.

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

Color convert

RGB 224 42 219 -
CMYK 0 0.81 0.02 0.12
HSL 301.65º 0.75% 0.52% -
HSV(B) 301.65º 0.81% 0.88% -
XYZ 44.35 22.62 69.05 -
YUV 116.6 185.8 204.61 -
System Red Green Blue C M Y K H S L
Decimal 224 42 219 0 0.81 0.02 0.12 301.65 0.75 0.52
Hex E0 2A DB 0 51 2 C 12E 4B 34
Octal 340 52 333 0 121 2 14 456 113 64
Binary 11100000 101010 11011011 0 1010001 10 1100 100101110 1001011 110100

Color Harmonies of #E02ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02ADB

Black with #E02ADB

Text Example


Text Example

White with #E02ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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