Html Css Color HEX #E12EDB Razzle Dazzle Rose

📋 copy color: '#E12EDB'

red 225 ◦ green 46 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E12EDB

Tints of Razzle Dazzle Rose #E12EDB

RGB

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

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

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

R = 45.92%
G = 9.39%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E12EDB (or 0xE12EDB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2E and DB. RGB value is (225,46,219). Sum of RGB (Red+Green+Blue) = 225+46+219=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12EDB is #1ED124. Grayscale: #767676. Windows color (decimal): -2019621 or 14364385. OLE color: 14364385.

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

Color convert

RGB 225 46 219 -
CMYK 0 0.80 0.03 0.12
HSL 302.01º 0.75% 0.53% -
HSV(B) 302.01º 0.8% 0.88% -
XYZ 44.81 23.08 69.11 -
YUV 119.24 184.3 203.43 -
System Red Green Blue C M Y K H S L
Decimal 225 46 219 0 0.80 0.03 0.12 302.01 0.75 0.53
Hex E1 2E DB 0 50 3 C 12E 4B 35
Octal 341 56 333 0 120 3 14 456 113 65
Binary 11100001 101110 11011011 0 1010000 11 1100 100101110 1001011 110101

Color Harmonies of #E12EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12EDB

Black with #E12EDB

Text Example


Text Example

White with #E12EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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