Html Css Color HEX #E12B5E Cerise

📋 copy color: '#E12B5E'

red 225 ◦ green 43 ◦ blue 94

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

Shades of Cerise #E12B5E

Tints of Cerise #E12B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 62.15%
G = 11.88%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E12B5E (or 0xE12B5E) is known color: Cerise. HEX triplet: E1, 2B and 5E. RGB value is (225,43,94). Sum of RGB (Red+Green+Blue) = 225+43+94=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12B5E is #1ED4A1. Grayscale: #676767. Windows color (decimal): -2020514 or 6171617. OLE color: 6171617.

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

Color convert

RGB 225 43 94 -
CMYK 0 0.81 0.58 0.12
HSL 343.19º 0.75% 0.53% -
HSV(B) 343.19º 0.81% 0.88% -
XYZ 33.94 18.54 12.38 -
YUV 103.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 225 43 94 0 0.81 0.58 0.12 343.19 0.75 0.53
Hex E1 2B 5E 0 51 3A C 157 4B 35
Octal 341 53 136 0 121 72 14 527 113 65
Binary 11100001 101011 1011110 0 1010001 111010 1100 101010111 1001011 110101

Color Harmonies of #E12B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12B5E

Black with #E12B5E

Text Example


Text Example

White with #E12B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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