Html Css Color HEX #E12E5C Cerise

📋 copy color: '#E12E5C'

red 225 ◦ green 46 ◦ blue 92

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

Shades of Cerise #E12E5C

Tints of Cerise #E12E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 61.98%
G = 12.67%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E12E5C (or 0xE12E5C) is known color: Cerise. HEX triplet: E1, 2E and 5C. RGB value is (225,46,92). Sum of RGB (Red+Green+Blue) = 225+46+92=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E5C is #1ED1A3. Grayscale: #686868. Windows color (decimal): -2019748 or 6041313. OLE color: 6041313.

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

Color convert

RGB 225 46 92 -
CMYK 0 0.80 0.59 0.12
HSL 344.58º 0.75% 0.53% -
HSV(B) 344.58º 0.8% 0.88% -
XYZ 33.96 18.73 11.95 -
YUV 104.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 225 46 92 0 0.80 0.59 0.12 344.58 0.75 0.53
Hex E1 2E 5C 0 50 3B C 159 4B 35
Octal 341 56 134 0 120 73 14 531 113 65
Binary 11100001 101110 1011100 0 1010000 111011 1100 101011001 1001011 110101

Color Harmonies of #E12E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12E5C

Black with #E12E5C

Text Example


Text Example

White with #E12E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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