#E1405E

Color #E1405E Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #E1405E

Tints of Cerise #E1405E

Color information

#E1405E (or 0xE1405E) is unknown color: approx Cerise. HEX triplet: E1, 40 and 5E. RGB value is (225,64,94). Sum of RGB (Red+Green+Blue) = 225+64+94=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1405E is #1EBFA1. Grayscale: #737373. Windows color (decimal): -2015138 or 6176993. OLE color: 6176993.

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

Color convert

RGB2256494-
CMYK00.720.580.12
HSL348.82º72.85%56.67%-
HSV(B)348.82º71.56%88.24%-
XYZ34.9120.4812.7-
YUV115.56115.84206.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.75%
GREEN value IS 64 (25.39% from 255) = 16.71%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=58.75%
G=16.71%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225649400.720.580.12348.8272.8556.67
HexE1405E0483AC15d4939
Octal3411001360110721453511171
Binary11100001100000010111100100100011101011001010111011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1405E; }

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

 H1.HeaderClassName
 {
   color: #E1405E;
 }
 .AnyTagClassName
 {
   color: #E1405E;
 }
</style>
background-color css

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

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

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

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

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

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