Html Css Color HEX #E12ACE Razzle Dazzle Rose

📋 copy color: '#E12ACE'

red 225 ◦ green 42 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E12ACE

Tints of Razzle Dazzle Rose #E12ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.88%

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

R = 47.57%
G = 8.88%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E12ACE (or 0xE12ACE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2A and CE. RGB value is (225,42,206). Sum of RGB (Red+Green+Blue) = 225+42+206=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E12ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12ACE is #1ED531. Grayscale: #727272. Windows color (decimal): -2020658 or 13511393. OLE color: 13511393.

HSL color Cylindrical-coordinate representation of color #E12ACE: hue angle of 306.23º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12ACE is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 42 206 -
CMYK 0 0.81 0.08 0.12
HSL 306.23º 0.75% 0.52% -
HSV(B) 306.23º 0.81% 0.88% -
XYZ 43.02 22.12 60.39 -
YUV 115.41 179.13 206.16 -
System Red Green Blue C M Y K H S L
Decimal 225 42 206 0 0.81 0.08 0.12 306.23 0.75 0.52
Hex E1 2A CE 0 51 8 C 132 4B 34
Octal 341 52 316 0 121 10 14 462 113 64
Binary 11100001 101010 11001110 0 1010001 1000 1100 100110010 1001011 110100

Color Harmonies of #E12ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12ACE

Black with #E12ACE

Text Example


Text Example

White with #E12ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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