Html Css Color HEX #E12FDB Razzle Dazzle Rose

📋 copy color: '#E12FDB'

red 225 ◦ green 47 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E12FDB

Tints of Razzle Dazzle Rose #E12FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.57%

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

R = 45.82%
G = 9.57%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E12FDB (or 0xE12FDB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2F and DB. RGB value is (225,47,219). Sum of RGB (Red+Green+Blue) = 225+47+219=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E12FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12FDB is #1ED024. Grayscale: #777777. Windows color (decimal): -2019365 or 14364641. OLE color: 14364641.

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

Color convert

RGB 225 47 219 -
CMYK 0 0.79 0.03 0.12
HSL 302.02º 0.75% 0.53% -
HSV(B) 302.02º 0.79% 0.88% -
XYZ 44.85 23.16 69.12 -
YUV 119.83 183.97 203.01 -
System Red Green Blue C M Y K H S L
Decimal 225 47 219 0 0.79 0.03 0.12 302.02 0.75 0.53
Hex E1 2F DB 0 4F 3 C 12E 4B 35
Octal 341 57 333 0 117 3 14 456 113 65
Binary 11100001 101111 11011011 0 1001111 11 1100 100101110 1001011 110101

Color Harmonies of #E12FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12FDB

Black with #E12FDB

Text Example


Text Example

White with #E12FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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