Html Css Color HEX #E12DDE Razzle Dazzle Rose

📋 copy color: '#E12DDE'

red 225 ◦ green 45 ◦ blue 222

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

Shades of Razzle Dazzle Rose #E12DDE

Tints of Razzle Dazzle Rose #E12DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 45.73%
G = 9.15%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E12DDE (or 0xE12DDE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2D and DE. RGB value is (225,45,222). Sum of RGB (Red+Green+Blue) = 225+45+222=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 45 (17.97% from 255 or 9.15% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DDE is #1ED221. Grayscale: #767676. Windows color (decimal): -2019874 or 14560737. OLE color: 14560737.

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

Color convert

RGB 225 45 222 -
CMYK 0 0.8 0.01 0.12
HSL 301º 0.75% 0.53% -
HSV(B) 301º 0.8% 0.88% -
XYZ 45.17 23.16 71.2 -
YUV 119 186.13 203.61 -
System Red Green Blue C M Y K H S L
Decimal 225 45 222 0 0.8 0.01 0.12 301 0.75 0.53
Hex E1 2D DE 0 50 1 C 12D 4B 35
Octal 341 55 336 0 120 1 14 455 113 65
Binary 11100001 101101 11011110 0 1010000 1 1100 100101101 1001011 110101

Color Harmonies of #E12DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DDE

Black with #E12DDE

Text Example


Text Example

White with #E12DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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