Html Css Color HEX #E12CCE Razzle Dazzle Rose

📋 copy color: '#E12CCE'

red 225 ◦ green 44 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E12CCE

Tints of Razzle Dazzle Rose #E12CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.26%

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

R = 47.37%
G = 9.26%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E12CCE (or 0xE12CCE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2C and CE. RGB value is (225,44,206). Sum of RGB (Red+Green+Blue) = 225+44+206=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CCE is #1ED331. Grayscale: #747474. Windows color (decimal): -2020146 or 13511905. OLE color: 13511905.

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

Color convert

RGB 225 44 206 -
CMYK 0 0.80 0.08 0.12
HSL 306.3º 0.75% 0.53% -
HSV(B) 306.3º 0.8% 0.88% -
XYZ 43.09 22.27 60.42 -
YUV 116.59 178.47 205.33 -
System Red Green Blue C M Y K H S L
Decimal 225 44 206 0 0.80 0.08 0.12 306.3 0.75 0.53
Hex E1 2C CE 0 50 8 C 132 4B 35
Octal 341 54 316 0 120 10 14 462 113 65
Binary 11100001 101100 11001110 0 1010000 1000 1100 100110010 1001011 110101

Color Harmonies of #E12CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CCE

Black with #E12CCE

Text Example


Text Example

White with #E12CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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