Html Css Color HEX #E1345C Cerise

📋 copy color: '#E1345C'

red 225 ◦ green 52 ◦ blue 92

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

Shades of Cerise #E1345C

Tints of Cerise #E1345C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.09%

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

R = 60.98%
G = 14.09%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1345C (or 0xE1345C) is known color: Cerise. HEX triplet: E1, 34 and 5C. RGB value is (225,52,92). Sum of RGB (Red+Green+Blue) = 225+52+92=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1345C is #1ECBA3. Grayscale: #6C6C6C. Windows color (decimal): -2018212 or 6042849. OLE color: 6042849.

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

Color convert

RGB 225 52 92 -
CMYK 0 0.77 0.59 0.12
HSL 346.13º 0.74% 0.54% -
HSV(B) 346.13º 0.77% 0.88% -
XYZ 34.21 19.24 12.04 -
YUV 108.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 225 52 92 0 0.77 0.59 0.12 346.13 0.74 0.54
Hex E1 34 5C 0 4D 3B C 15A 4A 36
Octal 341 64 134 0 115 73 14 532 112 66
Binary 11100001 110100 1011100 0 1001101 111011 1100 101011010 1001010 110110

Color Harmonies of #E1345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1345C

Black with #E1345C

Text Example


Text Example

White with #E1345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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