Html Css Color HEX #E1455D Cerise

📋 copy color: '#E1455D'

red 225 ◦ green 69 ◦ blue 93

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

Shades of Cerise #E1455D

Tints of Cerise #E1455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.83%

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

R = 58.14%
G = 17.83%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1455D (or 0xE1455D) is known color: Cerise. HEX triplet: E1, 45 and 5D. RGB value is (225,69,93). Sum of RGB (Red+Green+Blue) = 225+69+93=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E1455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1455D is #1EBAA2. Grayscale: #767676. Windows color (decimal): -2013859 or 6112737. OLE color: 6112737.

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

Color convert

RGB 225 69 93 -
CMYK 0 0.69 0.59 0.12
HSL 350.77º 0.72% 0.58% -
HSV(B) 350.77º 0.69% 0.88% -
XYZ 35.16 21.05 12.57 -
YUV 118.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 225 69 93 0 0.69 0.59 0.12 350.77 0.72 0.58
Hex E1 45 5D 0 45 3B C 15F 48 3A
Octal 341 105 135 0 105 73 14 537 110 72
Binary 11100001 1000101 1011101 0 1000101 111011 1100 101011111 1001000 111010

Color Harmonies of #E1455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1455D

Black with #E1455D

Text Example


Text Example

White with #E1455D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1455D; }

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

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

background-color css

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

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

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

border-color css

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

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

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