Html Css Color HEX #E1445D Cerise

📋 copy color: '#E1445D'

red 225 ◦ green 68 ◦ blue 93

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

Shades of Cerise #E1445D

Tints of Cerise #E1445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 58.29%
G = 17.62%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1445D (or 0xE1445D) is known color: Cerise. HEX triplet: E1, 44 and 5D. RGB value is (225,68,93). Sum of RGB (Red+Green+Blue) = 225+68+93=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1445D is #1EBBA2. Grayscale: #757575. Windows color (decimal): -2014115 or 6112481. OLE color: 6112481.

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

Color convert

RGB 225 68 93 -
CMYK 0 0.70 0.59 0.12
HSL 350.45º 0.72% 0.57% -
HSV(B) 350.45º 0.7% 0.88% -
XYZ 35.09 20.93 12.55 -
YUV 117.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 225 68 93 0 0.70 0.59 0.12 350.45 0.72 0.57
Hex E1 44 5D 0 46 3B C 15E 48 39
Octal 341 104 135 0 106 73 14 536 110 71
Binary 11100001 1000100 1011101 0 1000110 111011 1100 101011110 1001000 111001

Color Harmonies of #E1445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1445D

Black with #E1445D

Text Example


Text Example

White with #E1445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1445D; }

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

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

background-color css

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

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

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

border-color css

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

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

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