Html Css Color HEX #E12973 Cerise

📋 copy color: '#E12973'

red 225 ◦ green 41 ◦ blue 115

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

Shades of Cerise #E12973

Tints of Cerise #E12973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 59.06%
G = 10.76%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E12973 (or 0xE12973) is known color: Cerise. HEX triplet: E1, 29 and 73. RGB value is (225,41,115). Sum of RGB (Red+Green+Blue) = 225+41+115=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E12973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12973 is #1ED68C. Grayscale: #686868. Windows color (decimal): -2021005 or 7547361. OLE color: 7547361.

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

Color convert

RGB 225 41 115 -
CMYK 0 0.82 0.49 0.12
HSL 335.87º 0.75% 0.52% -
HSV(B) 335.87º 0.82% 0.88% -
XYZ 34.94 18.83 18.01 -
YUV 104.45 133.96 213.98 -
System Red Green Blue C M Y K H S L
Decimal 225 41 115 0 0.82 0.49 0.12 335.87 0.75 0.52
Hex E1 29 73 0 52 31 C 150 4B 34
Octal 341 51 163 0 122 61 14 520 113 64
Binary 11100001 101001 1110011 0 1010010 110001 1100 101010000 1001011 110100

Color Harmonies of #E12973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12973

Black with #E12973

Text Example


Text Example

White with #E12973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12973; }

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

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

background-color css

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

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

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

border-color css

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

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

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