Html Css Color HEX #E1345E Cerise

📋 copy color: '#E1345E'

red 225 ◦ green 52 ◦ blue 94

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

Shades of Cerise #E1345E

Tints of Cerise #E1345E

RGB

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

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

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

R = 60.65%
G = 14.02%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1345E (or 0xE1345E) is known color: Cerise. HEX triplet: E1, 34 and 5E. RGB value is (225,52,94). Sum of RGB (Red+Green+Blue) = 225+52+94=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1345E is #1ECBA1. Grayscale: #6C6C6C. Windows color (decimal): -2018210 or 6173921. OLE color: 6173921.

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

Color convert

RGB 225 52 94 -
CMYK 0 0.77 0.58 0.12
HSL 345.43º 0.74% 0.54% -
HSV(B) 345.43º 0.77% 0.88% -
XYZ 34.3 19.27 12.5 -
YUV 108.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 225 52 94 0 0.77 0.58 0.12 345.43 0.74 0.54
Hex E1 34 5E 0 4D 3A C 159 4A 36
Octal 341 64 136 0 115 72 14 531 112 66
Binary 11100001 110100 1011110 0 1001101 111010 1100 101011001 1001010 110110

Color Harmonies of #E1345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1345E

Black with #E1345E

Text Example


Text Example

White with #E1345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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