#E6465E

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

Shades of Cerise #E6465E

Tints of Cerise #E6465E

Color information

#E6465E (or 0xE6465E) is unknown color: approx Cerise. HEX triplet: E6, 46 and 5E. RGB value is (230,70,94). Sum of RGB (Red+Green+Blue) = 230+70+94=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6465E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6465E is #19B9A1. Grayscale: #787878. Windows color (decimal): -1685922 or 6178534. OLE color: 6178534.

HSL color Cylindrical-coordinate representation of color #E6465E: hue angle of 351º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6465E is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB2307094-
CMYK00.700.590.10
HSL351º76.19%58.82%-
HSV(B)351º69.57%90.2%-
XYZ36.8422.0112.9-
YUV120.58113.01206.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.38%
GREEN value IS 70 (27.73% from 255) = 17.77%
BLUE value IS 94 (37.11% from 255) = 23.86%
R=58.38%
G=17.77%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230709400.700.590.1035176.1958.82
HexE6465E0463BA15f4c3b
Octal3461061360106731253711473
Binary11100110100011010111100100011011101110101010111111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6465E; }

 p { color: rgb(230,70,94); }

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

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

 a { background-color: rgb(230,70,94); }

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

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

 span { border-color: rgb(230,70,94); }

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