Html Css Color HEX #E12B5D Cerise

📋 copy color: '#E12B5D'

red 225 ◦ green 43 ◦ blue 93

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

Shades of Cerise #E12B5D

Tints of Cerise #E12B5D

RGB

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

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

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

R = 62.33%
G = 11.91%
B = 25.76%

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

#E12B5D (or 0xE12B5D) is known color: Cerise. HEX triplet: E1, 2B and 5D. RGB value is (225,43,93). Sum of RGB (Red+Green+Blue) = 225+43+93=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12B5D is #1ED4A2. Grayscale: #676767. Windows color (decimal): -2020515 or 6106081. OLE color: 6106081.

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

Color convert

RGB 225 43 93 -
CMYK 0 0.81 0.59 0.12
HSL 343.52º 0.75% 0.53% -
HSV(B) 343.52º 0.81% 0.88% -
XYZ 33.89 18.53 12.15 -
YUV 103.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 225 43 93 0 0.81 0.59 0.12 343.52 0.75 0.53
Hex E1 2B 5D 0 51 3B C 158 4B 35
Octal 341 53 135 0 121 73 14 530 113 65
Binary 11100001 101011 1011101 0 1010001 111011 1100 101011000 1001011 110101

Color Harmonies of #E12B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12B5D

Black with #E12B5D

Text Example


Text Example

White with #E12B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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