Html Css Color HEX #E1415B Cerise

📋 copy color: '#E1415B'

red 225 ◦ green 65 ◦ blue 91

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

Shades of Cerise #E1415B

Tints of Cerise #E1415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.06%

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 59.06%
G = 17.06%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1415B (or 0xE1415B) is known color: Cerise. HEX triplet: E1, 41 and 5B. RGB value is (225,65,91). Sum of RGB (Red+Green+Blue) = 225+65+91=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1415B is #1EBEA4. Grayscale: #737373. Windows color (decimal): -2014885 or 5980641. OLE color: 5980641.

HSL color Cylindrical-coordinate representation of color #E1415B: hue angle of 350.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1415B is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 91 -
CMYK 0 0.71 0.60 0.12
HSL 350.25º 0.73% 0.57% -
HSV(B) 350.25º 0.71% 0.88% -
XYZ 34.83 20.54 12.03 -
YUV 115.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 225 65 91 0 0.71 0.60 0.12 350.25 0.73 0.57
Hex E1 41 5B 0 47 3C C 15E 49 39
Octal 341 101 133 0 107 74 14 536 111 71
Binary 11100001 1000001 1011011 0 1000111 111100 1100 101011110 1001001 111001

Color Harmonies of #E1415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1415B

Black with #E1415B

Text Example


Text Example

White with #E1415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1415B; }

 p { color: rgb(225,65,91); }

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

background-color css

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

 a { background-color: rgb(225,65,91); }

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

border-color css

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

 span { border-color: rgb(225,65,91); }

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