Html Css Color HEX #E02EDB Razzle Dazzle Rose

📋 copy color: '#E02EDB'

red 224 ◦ green 46 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E02EDB

Tints of Razzle Dazzle Rose #E02EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.41%

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

R = 45.81%
G = 9.41%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E02EDB (or 0xE02EDB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2E and DB. RGB value is (224,46,219). Sum of RGB (Red+Green+Blue) = 224+46+219=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E02EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02EDB is #1FD124. Grayscale: #767676. Windows color (decimal): -2085157 or 14364384. OLE color: 14364384.

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

Color convert

RGB 224 46 219 -
CMYK 0 0.79 0.02 0.12
HSL 301.69º 0.74% 0.53% -
HSV(B) 301.69º 0.79% 0.88% -
XYZ 44.5 22.92 69.1 -
YUV 118.94 184.47 202.93 -
System Red Green Blue C M Y K H S L
Decimal 224 46 219 0 0.79 0.02 0.12 301.69 0.74 0.53
Hex E0 2E DB 0 4F 2 C 12E 4A 35
Octal 340 56 333 0 117 2 14 456 112 65
Binary 11100000 101110 11011011 0 1001111 10 1100 100101110 1001010 110101

Color Harmonies of #E02EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02EDB

Black with #E02EDB

Text Example


Text Example

White with #E02EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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