Html Css Color HEX #E12DCE Razzle Dazzle Rose

📋 copy color: '#E12DCE'

red 225 ◦ green 45 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E12DCE

Tints of Razzle Dazzle Rose #E12DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 47.27%
G = 9.45%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E12DCE (or 0xE12DCE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2D and CE. RGB value is (225,45,206). Sum of RGB (Red+Green+Blue) = 225+45+206=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DCE is #1ED231. Grayscale: #747474. Windows color (decimal): -2019890 or 13512161. OLE color: 13512161.

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

Color convert

RGB 225 45 206 -
CMYK 0 0.8 0.08 0.12
HSL 306.33º 0.75% 0.53% -
HSV(B) 306.33º 0.8% 0.88% -
XYZ 43.13 22.34 60.43 -
YUV 117.17 178.13 204.91 -
System Red Green Blue C M Y K H S L
Decimal 225 45 206 0 0.8 0.08 0.12 306.33 0.75 0.53
Hex E1 2D CE 0 50 8 C 132 4B 35
Octal 341 55 316 0 120 10 14 462 113 65
Binary 11100001 101101 11001110 0 1010000 1000 1100 100110010 1001011 110101

Color Harmonies of #E12DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DCE

Black with #E12DCE

Text Example


Text Example

White with #E12DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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