Html Css Color HEX #E12672 Cerise

📋 copy color: '#E12672'

red 225 ◦ green 38 ◦ blue 114

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

Shades of Cerise #E12672

Tints of Cerise #E12672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.08%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 59.68%
G = 10.08%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E12672 (or 0xE12672) is known color: Cerise. HEX triplet: E1, 26 and 72. RGB value is (225,38,114). Sum of RGB (Red+Green+Blue) = 225+38+114=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E12672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12672 is #1ED98D. Grayscale: #666666. Windows color (decimal): -2021774 or 7481057. OLE color: 7481057.

HSL color Cylindrical-coordinate representation of color #E12672: hue angle of 335.61º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12672 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 38 114 -
CMYK 0 0.83 0.49 0.12
HSL 335.62º 0.76% 0.52% -
HSV(B) 335.62º 0.83% 0.88% -
XYZ 34.78 18.61 17.68 -
YUV 102.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 225 38 114 0 0.83 0.49 0.12 335.62 0.76 0.52
Hex E1 26 72 0 53 31 C 150 4C 34
Octal 341 46 162 0 123 61 14 520 114 64
Binary 11100001 100110 1110010 0 1010011 110001 1100 101010000 1001100 110100

Color Harmonies of #E12672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12672

Black with #E12672

Text Example


Text Example

White with #E12672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12672; }

 p { color: rgb(225,38,114); }

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

background-color css

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

 a { background-color: rgb(225,38,114); }

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

border-color css

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

 span { border-color: rgb(225,38,114); }

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