Html Css Color HEX #E12975 Cerise

📋 copy color: '#E12975'

red 225 ◦ green 41 ◦ blue 117

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

Shades of Cerise #E12975

Tints of Cerise #E12975

RGB

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

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

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

R = 58.75%
G = 10.7%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E12975 (or 0xE12975) is known color: Cerise. HEX triplet: E1, 29 and 75. RGB value is (225,41,117). Sum of RGB (Red+Green+Blue) = 225+41+117=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E12975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12975 is #1ED68A. Grayscale: #686868. Windows color (decimal): -2021003 or 7678433. OLE color: 7678433.

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

Color convert

RGB 225 41 117 -
CMYK 0 0.82 0.48 0.12
HSL 335.22º 0.75% 0.52% -
HSV(B) 335.22º 0.82% 0.88% -
XYZ 35.06 18.88 18.63 -
YUV 104.68 134.96 213.82 -
System Red Green Blue C M Y K H S L
Decimal 225 41 117 0 0.82 0.48 0.12 335.22 0.75 0.52
Hex E1 29 75 0 52 30 C 14F 4B 34
Octal 341 51 165 0 122 60 14 517 113 64
Binary 11100001 101001 1110101 0 1010010 110000 1100 101001111 1001011 110100

Color Harmonies of #E12975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12975

Black with #E12975

Text Example


Text Example

White with #E12975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12975; }

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

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

background-color css

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

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

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

border-color css

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

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

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