Html Css Color HEX #E12BDB Razzle Dazzle Rose

📋 copy color: '#E12BDB'

red 225 ◦ green 43 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E12BDB

Tints of Razzle Dazzle Rose #E12BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.83%

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

R = 46.2%
G = 8.83%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E12BDB (or 0xE12BDB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and DB. RGB value is (225,43,219). Sum of RGB (Red+Green+Blue) = 225+43+219=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 43 (17.19% from 255 or 8.83% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BDB is #1ED424. Grayscale: #747474. Windows color (decimal): -2020389 or 14363617. OLE color: 14363617.

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

Color convert

RGB 225 43 219 -
CMYK 0 0.81 0.03 0.12
HSL 301.98º 0.75% 0.53% -
HSV(B) 301.98º 0.81% 0.88% -
XYZ 44.7 22.85 69.07 -
YUV 117.48 185.3 204.69 -
System Red Green Blue C M Y K H S L
Decimal 225 43 219 0 0.81 0.03 0.12 301.98 0.75 0.53
Hex E1 2B DB 0 51 3 C 12E 4B 35
Octal 341 53 333 0 121 3 14 456 113 65
Binary 11100001 101011 11011011 0 1010001 11 1100 100101110 1001011 110101

Color Harmonies of #E12BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BDB

Black with #E12BDB

Text Example


Text Example

White with #E12BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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