Html Css Color HEX #E12994 Deep Cerise

📋 copy color: '#E12994'

red 225 ◦ green 41 ◦ blue 148

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

Shades of Deep Cerise #E12994

Tints of Deep Cerise #E12994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 54.35%
G = 9.9%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E12994 (or 0xE12994) is known color: Deep Cerise. HEX triplet: E1, 29 and 94. RGB value is (225,41,148). Sum of RGB (Red+Green+Blue) = 225+41+148=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E12994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12994 is #1ED66B. Grayscale: #6B6B6B. Windows color (decimal): -2020972 or 9710049. OLE color: 9710049.

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

Color convert

RGB 225 41 148 -
CMYK 0 0.82 0.34 0.12
HSL 325.11º 0.75% 0.52% -
HSV(B) 325.11º 0.82% 0.88% -
XYZ 37.19 19.73 29.87 -
YUV 108.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 225 41 148 0 0.82 0.34 0.12 325.11 0.75 0.52
Hex E1 29 94 0 52 22 C 145 4B 34
Octal 341 51 224 0 122 42 14 505 113 64
Binary 11100001 101001 10010100 0 1010010 100010 1100 101000101 1001011 110100

Color Harmonies of #E12994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12994

Black with #E12994

Text Example


Text Example

White with #E12994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12994; }

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

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

background-color css

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

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

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

border-color css

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

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

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