Html Css Color HEX #E12373 Cerise

📋 copy color: '#E12373'

red 225 ◦ green 35 ◦ blue 115

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

Shades of Cerise #E12373

Tints of Cerise #E12373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.33%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 60%
G = 9.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E12373 (or 0xE12373) is known color: Cerise. HEX triplet: E1, 23 and 73. RGB value is (225,35,115). Sum of RGB (Red+Green+Blue) = 225+35+115=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E12373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12373 is #1EDC8C. Grayscale: #646464. Windows color (decimal): -2022541 or 7545825. OLE color: 7545825.

HSL color Cylindrical-coordinate representation of color #E12373: hue angle of 334.74º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12373 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 35 115 -
CMYK 0 0.84 0.49 0.12
HSL 334.74º 0.76% 0.51% -
HSV(B) 334.74º 0.84% 0.88% -
XYZ 34.75 18.45 17.95 -
YUV 100.93 135.95 216.5 -
System Red Green Blue C M Y K H S L
Decimal 225 35 115 0 0.84 0.49 0.12 334.74 0.76 0.51
Hex E1 23 73 0 54 31 C 14F 4C 33
Octal 341 43 163 0 124 61 14 517 114 63
Binary 11100001 100011 1110011 0 1010100 110001 1100 101001111 1001100 110011

Color Harmonies of #E12373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12373

Black with #E12373

Text Example


Text Example

White with #E12373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12373; }

 p { color: rgb(225,35,115); }

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

background-color css

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

 a { background-color: rgb(225,35,115); }

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

border-color css

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

 span { border-color: rgb(225,35,115); }

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