Html Css Color HEX #E12CDB Razzle Dazzle Rose

📋 copy color: '#E12CDB'

red 225 ◦ green 44 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E12CDB

Tints of Razzle Dazzle Rose #E12CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.02%

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

R = 46.11%
G = 9.02%
B = 44.88%

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

#E12CDB (or 0xE12CDB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2C and DB. RGB value is (225,44,219). Sum of RGB (Red+Green+Blue) = 225+44+219=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CDB is #1ED324. Grayscale: #757575. Windows color (decimal): -2020133 or 14363873. OLE color: 14363873.

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

Color convert

RGB 225 44 219 -
CMYK 0 0.80 0.03 0.12
HSL 301.99º 0.75% 0.53% -
HSV(B) 301.99º 0.8% 0.88% -
XYZ 44.74 22.92 69.08 -
YUV 118.07 184.97 204.27 -
System Red Green Blue C M Y K H S L
Decimal 225 44 219 0 0.80 0.03 0.12 301.99 0.75 0.53
Hex E1 2C DB 0 50 3 C 12E 4B 35
Octal 341 54 333 0 120 3 14 456 113 65
Binary 11100001 101100 11011011 0 1010000 11 1100 100101110 1001011 110101

Color Harmonies of #E12CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CDB

Black with #E12CDB

Text Example


Text Example

White with #E12CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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