Html Css Color HEX #E1445F Cerise

📋 copy color: '#E1445F'

red 225 ◦ green 68 ◦ blue 95

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

Shades of Cerise #E1445F

Tints of Cerise #E1445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.53%

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 57.99%
G = 17.53%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1445F (or 0xE1445F) is known color: Cerise. HEX triplet: E1, 44 and 5F. RGB value is (225,68,95). Sum of RGB (Red+Green+Blue) = 225+68+95=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1445F is #1EBBA0. Grayscale: #767676. Windows color (decimal): -2014113 or 6243553. OLE color: 6243553.

HSL color Cylindrical-coordinate representation of color #E1445F: hue angle of 349.68º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1445F is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 95 -
CMYK 0 0.70 0.58 0.12
HSL 349.68º 0.72% 0.57% -
HSV(B) 349.68º 0.7% 0.88% -
XYZ 35.18 20.97 13.02 -
YUV 118.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 225 68 95 0 0.70 0.58 0.12 349.68 0.72 0.57
Hex E1 44 5F 0 46 3A C 15E 48 39
Octal 341 104 137 0 106 72 14 536 110 71
Binary 11100001 1000100 1011111 0 1000110 111010 1100 101011110 1001000 111001

Color Harmonies of #E1445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1445F

Black with #E1445F

Text Example


Text Example

White with #E1445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1445F; }

 p { color: rgb(225,68,95); }

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

background-color css

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

 a { background-color: rgb(225,68,95); }

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

border-color css

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

 span { border-color: rgb(225,68,95); }

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