#E74160

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

Shades of Cerise #E74160

Tints of Cerise #E74160

Color information

#E74160 (or 0xE74160) is unknown color: approx Cerise. HEX triplet: E7, 41 and 60. RGB value is (231,65,96). Sum of RGB (Red+Green+Blue) = 231+65+96=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E74160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74160 is #18BE9F. Grayscale: #767676. Windows color (decimal): -1621664 or 6308327. OLE color: 6308327.

HSL color Cylindrical-coordinate representation of color #E74160: hue angle of 348.8º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74160 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB2316596-
CMYK00.720.580.09
HSL348.8º77.57%58.04%-
HSV(B)348.8º71.86%90.59%-
XYZ36.9621.6113.29-
YUV118.17115.5208.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.93%
GREEN value IS 65 (25.78% from 255) = 16.58%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=58.93%
G=16.58%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231659600.720.580.09348.877.5758.04
HexE741600483A915d4e3a
Octal3471011400110721153511672
Binary11100111100000111000000100100011101010011010111011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74160; }

 p { color: rgb(231,65,96); }

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

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

 a { background-color: rgb(231,65,96); }

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

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

 span { border-color: rgb(231,65,96); }

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