Html Css Color HEX #E12A6D Cerise

📋 copy color: '#E12A6D'

red 225 ◦ green 42 ◦ blue 109

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

Shades of Cerise #E12A6D

Tints of Cerise #E12A6D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.17%

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

R = 59.84%
G = 11.17%
B = 28.99%

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

#E12A6D (or 0xE12A6D) is known color: Cerise. HEX triplet: E1, 2A and 6D. RGB value is (225,42,109). Sum of RGB (Red+Green+Blue) = 225+42+109=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12A6D is #1ED592. Grayscale: #686868. Windows color (decimal): -2020755 or 7154401. OLE color: 7154401.

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

Color convert

RGB 225 42 109 -
CMYK 0 0.81 0.52 0.12
HSL 338.03º 0.75% 0.52% -
HSV(B) 338.03º 0.81% 0.88% -
XYZ 34.64 18.77 16.26 -
YUV 104.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 225 42 109 0 0.81 0.52 0.12 338.03 0.75 0.52
Hex E1 2A 6D 0 51 34 C 152 4B 34
Octal 341 52 155 0 121 64 14 522 113 64
Binary 11100001 101010 1101101 0 1010001 110100 1100 101010010 1001011 110100

Color Harmonies of #E12A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12A6D

Black with #E12A6D

Text Example


Text Example

White with #E12A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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