Html Css Color HEX #E12AC2 Razzle Dazzle Rose

📋 copy color: '#E12AC2'

red 225 ◦ green 42 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E12AC2

Tints of Razzle Dazzle Rose #E12AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.08%

R = 48.81%
G = 9.11%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E12AC2 (or 0xE12AC2) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2A and C2. RGB value is (225,42,194). Sum of RGB (Red+Green+Blue) = 225+42+194=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AC2 is #1ED53D. Grayscale: #717171. Windows color (decimal): -2020670 or 12724961. OLE color: 12724961.

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

Color convert

RGB 225 42 194 -
CMYK 0 0.81 0.14 0.12
HSL 310.16º 0.75% 0.52% -
HSV(B) 310.16º 0.81% 0.88% -
XYZ 41.62 21.56 53.01 -
YUV 114.05 173.13 207.14 -
System Red Green Blue C M Y K H S L
Decimal 225 42 194 0 0.81 0.14 0.12 310.16 0.75 0.52
Hex E1 2A C2 0 51 E C 136 4B 34
Octal 341 52 302 0 121 16 14 466 113 64
Binary 11100001 101010 11000010 0 1010001 1110 1100 100110110 1001011 110100

Color Harmonies of #E12AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12AC2

Black with #E12AC2

Text Example


Text Example

White with #E12AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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