Html Css Color HEX #E12AC1 Razzle Dazzle Rose

📋 copy color: '#E12AC1'

red 225 ◦ green 42 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E12AC1

Tints of Razzle Dazzle Rose #E12AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.96%

R = 48.91%
G = 9.13%
B = 41.96%

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

#E12AC1 (or 0xE12AC1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2A and C1. RGB value is (225,42,193). Sum of RGB (Red+Green+Blue) = 225+42+193=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AC1 is #1ED53E. Grayscale: #717171. Windows color (decimal): -2020671 or 12659425. OLE color: 12659425.

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

Color convert

RGB 225 42 193 -
CMYK 0 0.81 0.14 0.12
HSL 310.49º 0.75% 0.52% -
HSV(B) 310.49º 0.81% 0.88% -
XYZ 41.5 21.51 52.42 -
YUV 113.93 172.63 207.22 -
System Red Green Blue C M Y K H S L
Decimal 225 42 193 0 0.81 0.14 0.12 310.49 0.75 0.52
Hex E1 2A C1 0 51 E C 136 4B 34
Octal 341 52 301 0 121 16 14 466 113 64
Binary 11100001 101010 11000001 0 1010001 1110 1100 100110110 1001011 110100

Color Harmonies of #E12AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12AC1

Black with #E12AC1

Text Example


Text Example

White with #E12AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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