Html Css Color HEX #E1245C Cerise

📋 copy color: '#E1245C'

red 225 ◦ green 36 ◦ blue 92

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

Shades of Cerise #E1245C

Tints of Cerise #E1245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.2%

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 63.74%
G = 10.2%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1245C (or 0xE1245C) is known color: Cerise. HEX triplet: E1, 24 and 5C. RGB value is (225,36,92). Sum of RGB (Red+Green+Blue) = 225+36+92=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1245C is #1EDBA3. Grayscale: #626262. Windows color (decimal): -2022308 or 6038753. OLE color: 6038753.

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

Color convert

RGB 225 36 92 -
CMYK 0 0.84 0.59 0.12
HSL 342.22º 0.76% 0.51% -
HSV(B) 342.22º 0.84% 0.88% -
XYZ 33.61 18.04 11.84 -
YUV 98.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 225 36 92 0 0.84 0.59 0.12 342.22 0.76 0.51
Hex E1 24 5C 0 54 3B C 156 4C 33
Octal 341 44 134 0 124 73 14 526 114 63
Binary 11100001 100100 1011100 0 1010100 111011 1100 101010110 1001100 110011

Color Harmonies of #E1245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1245C

Black with #E1245C

Text Example


Text Example

White with #E1245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1245C; }

 p { color: rgb(225,36,92); }

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

background-color css

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

 a { background-color: rgb(225,36,92); }

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

border-color css

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

 span { border-color: rgb(225,36,92); }

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