Html Css Color HEX #E12DDC Razzle Dazzle Rose

📋 copy color: '#E12DDC'

red 225 ◦ green 45 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E12DDC

Tints of Razzle Dazzle Rose #E12DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 45.92%
G = 9.18%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E12DDC (or 0xE12DDC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2D and DC. RGB value is (225,45,220). Sum of RGB (Red+Green+Blue) = 225+45+220=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DDC is #1ED223. Grayscale: #767676. Windows color (decimal): -2019876 or 14429665. OLE color: 14429665.

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

Color convert

RGB 225 45 220 -
CMYK 0 0.8 0.02 0.12
HSL 301.67º 0.75% 0.53% -
HSV(B) 301.67º 0.8% 0.88% -
XYZ 44.91 23.05 69.79 -
YUV 118.77 185.13 203.77 -
System Red Green Blue C M Y K H S L
Decimal 225 45 220 0 0.8 0.02 0.12 301.67 0.75 0.53
Hex E1 2D DC 0 50 2 C 12E 4B 35
Octal 341 55 334 0 120 2 14 456 113 65
Binary 11100001 101101 11011100 0 1010000 10 1100 100101110 1001011 110101

Color Harmonies of #E12DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DDC

Black with #E12DDC

Text Example


Text Example

White with #E12DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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