Html Css Color HEX #E12DDB Razzle Dazzle Rose

📋 copy color: '#E12DDB'

red 225 ◦ green 45 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E12DDB

Tints of Razzle Dazzle Rose #E12DDB

RGB

 RED value IS 225 (88.28% from 255) = 46.01%

 GREEN value IS 45 (17.97% from 255) = 9.2%

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

R = 46.01%
G = 9.2%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E12DDB (or 0xE12DDB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2D and DB. RGB value is (225,45,219). Sum of RGB (Red+Green+Blue) = 225+45+219=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 45 (17.97% from 255 or 9.20% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DDB is #1ED224. Grayscale: #767676. Windows color (decimal): -2019877 or 14364129. OLE color: 14364129.

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

Color convert

RGB 225 45 219 -
CMYK 0 0.8 0.03 0.12
HSL 302º 0.75% 0.53% -
HSV(B) 302º 0.8% 0.88% -
XYZ 44.78 23 69.1 -
YUV 118.66 184.63 203.85 -
System Red Green Blue C M Y K H S L
Decimal 225 45 219 0 0.8 0.03 0.12 302 0.75 0.53
Hex E1 2D DB 0 50 3 C 12E 4B 35
Octal 341 55 333 0 120 3 14 456 113 65
Binary 11100001 101101 11011011 0 1010000 11 1100 100101110 1001011 110101

Color Harmonies of #E12DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DDB

Black with #E12DDB

Text Example


Text Example

White with #E12DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DDB; }

 p { color: rgb(225,45,219); }

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

background-color css

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

 a { background-color: rgb(225,45,219); }

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

border-color css

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

 span { border-color: rgb(225,45,219); }

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