Html Css Color HEX #E12992 Deep Cerise

📋 copy color: '#E12992'

red 225 ◦ green 41 ◦ blue 146

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

Shades of Deep Cerise #E12992

Tints of Deep Cerise #E12992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.95%

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 54.61%
G = 9.95%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E12992 (or 0xE12992) is known color: Deep Cerise. HEX triplet: E1, 29 and 92. RGB value is (225,41,146). Sum of RGB (Red+Green+Blue) = 225+41+146=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E12992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12992 is #1ED66D. Grayscale: #6B6B6B. Windows color (decimal): -2020974 or 9578977. OLE color: 9578977.

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

Color convert

RGB 225 41 146 -
CMYK 0 0.82 0.35 0.12
HSL 325.76º 0.75% 0.52% -
HSV(B) 325.76º 0.82% 0.88% -
XYZ 37.03 19.67 29.04 -
YUV 107.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 225 41 146 0 0.82 0.35 0.12 325.76 0.75 0.52
Hex E1 29 92 0 52 23 C 146 4B 34
Octal 341 51 222 0 122 43 14 506 113 64
Binary 11100001 101001 10010010 0 1010010 100011 1100 101000110 1001011 110100

Color Harmonies of #E12992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12992

Black with #E12992

Text Example


Text Example

White with #E12992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12992; }

 p { color: rgb(225,41,146); }

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

background-color css

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

 a { background-color: rgb(225,41,146); }

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

border-color css

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

 span { border-color: rgb(225,41,146); }

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