Html Css Color HEX #E12A5D Cerise

📋 copy color: '#E12A5D'

red 225 ◦ green 42 ◦ blue 93

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

Shades of Cerise #E12A5D

Tints of Cerise #E12A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 62.5%
G = 11.67%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E12A5D (or 0xE12A5D) is known color: Cerise. HEX triplet: E1, 2A and 5D. RGB value is (225,42,93). Sum of RGB (Red+Green+Blue) = 225+42+93=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12A5D is #1ED5A2. Grayscale: #666666. Windows color (decimal): -2020771 or 6105825. OLE color: 6105825.

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

Color convert

RGB 225 42 93 -
CMYK 0 0.81 0.59 0.12
HSL 343.28º 0.75% 0.52% -
HSV(B) 343.28º 0.81% 0.88% -
XYZ 33.86 18.45 12.13 -
YUV 102.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 225 42 93 0 0.81 0.59 0.12 343.28 0.75 0.52
Hex E1 2A 5D 0 51 3B C 157 4B 34
Octal 341 52 135 0 121 73 14 527 113 64
Binary 11100001 101010 1011101 0 1010001 111011 1100 101010111 1001011 110100

Color Harmonies of #E12A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12A5D

Black with #E12A5D

Text Example


Text Example

White with #E12A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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