Html Css Color HEX #E12C5E Cerise

📋 copy color: '#E12C5E'

red 225 ◦ green 44 ◦ blue 94

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

Shades of Cerise #E12C5E

Tints of Cerise #E12C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.12%

 BLUE value IS 94 (37.11% from 255) = 25.9%

R = 61.98%
G = 12.12%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E12C5E (or 0xE12C5E) is known color: Cerise. HEX triplet: E1, 2C and 5E. RGB value is (225,44,94). Sum of RGB (Red+Green+Blue) = 225+44+94=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12C5E is #1ED3A1. Grayscale: #676767. Windows color (decimal): -2020258 or 6171873. OLE color: 6171873.

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

Color convert

RGB 225 44 94 -
CMYK 0 0.80 0.58 0.12
HSL 343.43º 0.75% 0.53% -
HSV(B) 343.43º 0.8% 0.88% -
XYZ 33.97 18.62 12.39 -
YUV 103.82 122.47 214.43 -
System Red Green Blue C M Y K H S L
Decimal 225 44 94 0 0.80 0.58 0.12 343.43 0.75 0.53
Hex E1 2C 5E 0 50 3A C 157 4B 35
Octal 341 54 136 0 120 72 14 527 113 65
Binary 11100001 101100 1011110 0 1010000 111010 1100 101010111 1001011 110101

Color Harmonies of #E12C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C5E

Black with #E12C5E

Text Example


Text Example

White with #E12C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C5E; }

 p { color: rgb(225,44,94); }

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

background-color css

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

 a { background-color: rgb(225,44,94); }

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

border-color css

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

 span { border-color: rgb(225,44,94); }

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