Html Css Color HEX #E12F5D Cerise

📋 copy color: '#E12F5D'

red 225 ◦ green 47 ◦ blue 93

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

Shades of Cerise #E12F5D

Tints of Cerise #E12F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.88%

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

R = 61.64%
G = 12.88%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E12F5D (or 0xE12F5D) is known color: Cerise. HEX triplet: E1, 2F and 5D. RGB value is (225,47,93). Sum of RGB (Red+Green+Blue) = 225+47+93=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12F5D is #1ED0A2. Grayscale: #696969. Windows color (decimal): -2019491 or 6107105. OLE color: 6107105.

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

Color convert

RGB 225 47 93 -
CMYK 0 0.79 0.59 0.12
HSL 344.49º 0.75% 0.53% -
HSV(B) 344.49º 0.79% 0.88% -
XYZ 34.04 18.83 12.2 -
YUV 105.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 225 47 93 0 0.79 0.59 0.12 344.49 0.75 0.53
Hex E1 2F 5D 0 4F 3B C 158 4B 35
Octal 341 57 135 0 117 73 14 530 113 65
Binary 11100001 101111 1011101 0 1001111 111011 1100 101011000 1001011 110101

Color Harmonies of #E12F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12F5D

Black with #E12F5D

Text Example


Text Example

White with #E12F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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