Html Css Color HEX #E12C75 Cerise

📋 copy color: '#E12C75'

red 225 ◦ green 44 ◦ blue 117

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

Shades of Cerise #E12C75

Tints of Cerise #E12C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 58.29%
G = 11.4%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E12C75 (or 0xE12C75) is known color: Cerise. HEX triplet: E1, 2C and 75. RGB value is (225,44,117). Sum of RGB (Red+Green+Blue) = 225+44+117=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12C75 is #1ED38A. Grayscale: #6A6A6A. Windows color (decimal): -2020235 or 7679201. OLE color: 7679201.

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

Color convert

RGB 225 44 117 -
CMYK 0 0.80 0.48 0.12
HSL 335.8º 0.75% 0.53% -
HSV(B) 335.8º 0.8% 0.88% -
XYZ 35.16 19.09 18.66 -
YUV 106.44 133.97 212.56 -
System Red Green Blue C M Y K H S L
Decimal 225 44 117 0 0.80 0.48 0.12 335.8 0.75 0.53
Hex E1 2C 75 0 50 30 C 150 4B 35
Octal 341 54 165 0 120 60 14 520 113 65
Binary 11100001 101100 1110101 0 1010000 110000 1100 101010000 1001011 110101

Color Harmonies of #E12C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C75

Black with #E12C75

Text Example


Text Example

White with #E12C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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