Html Css Color HEX #E12B6D Cerise

📋 copy color: '#E12B6D'

red 225 ◦ green 43 ◦ blue 109

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

Shades of Cerise #E12B6D

Tints of Cerise #E12B6D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.41%

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 59.68%
G = 11.41%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E12B6D (or 0xE12B6D) is known color: Cerise. HEX triplet: E1, 2B and 6D. RGB value is (225,43,109). Sum of RGB (Red+Green+Blue) = 225+43+109=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12B6D is #1ED492. Grayscale: #686868. Windows color (decimal): -2020499 or 7154657. OLE color: 7154657.

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

Color convert

RGB 225 43 109 -
CMYK 0 0.81 0.52 0.12
HSL 338.24º 0.75% 0.53% -
HSV(B) 338.24º 0.81% 0.88% -
XYZ 34.68 18.84 16.28 -
YUV 104.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 225 43 109 0 0.81 0.52 0.12 338.24 0.75 0.53
Hex E1 2B 6D 0 51 34 C 152 4B 35
Octal 341 53 155 0 121 64 14 522 113 65
Binary 11100001 101011 1101101 0 1010001 110100 1100 101010010 1001011 110101

Color Harmonies of #E12B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12B6D

Black with #E12B6D

Text Example


Text Example

White with #E12B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12B6D; }

 p { color: rgb(225,43,109); }

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

background-color css

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

 a { background-color: rgb(225,43,109); }

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

border-color css

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

 span { border-color: rgb(225,43,109); }

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