Html Css Color HEX #E12EC0 Razzle Dazzle Rose

📋 copy color: '#E12EC0'

red 225 ◦ green 46 ◦ blue 192

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

Shades of Razzle Dazzle Rose #E12EC0

Tints of Razzle Dazzle Rose #E12EC0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.94%

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 48.6%
G = 9.94%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E12EC0 (or 0xE12EC0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2E and C0. RGB value is (225,46,192). Sum of RGB (Red+Green+Blue) = 225+46+192=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12EC0 is #1ED13F. Grayscale: #737373. Windows color (decimal): -2019648 or 12594913. OLE color: 12594913.

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

Color convert

RGB 225 46 192 -
CMYK 0 0.80 0.15 0.12
HSL 311.06º 0.75% 0.53% -
HSV(B) 311.06º 0.8% 0.88% -
XYZ 41.54 21.77 51.88 -
YUV 116.17 170.8 205.63 -
System Red Green Blue C M Y K H S L
Decimal 225 46 192 0 0.80 0.15 0.12 311.06 0.75 0.53
Hex E1 2E C0 0 50 F C 137 4B 35
Octal 341 56 300 0 120 17 14 467 113 65
Binary 11100001 101110 11000000 0 1010000 1111 1100 100110111 1001011 110101

Color Harmonies of #E12EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12EC0

Black with #E12EC0

Text Example


Text Example

White with #E12EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12EC0; }

 p { color: rgb(225,46,192); }

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

background-color css

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

 a { background-color: rgb(225,46,192); }

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

border-color css

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

 span { border-color: rgb(225,46,192); }

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