#E6415E

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

Shades of Cerise #E6415E

Tints of Cerise #E6415E

Color information

#E6415E (or 0xE6415E) is unknown color: approx Cerise. HEX triplet: E6, 41 and 5E. RGB value is (230,65,94). Sum of RGB (Red+Green+Blue) = 230+65+94=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6415E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6415E is #19BEA1. Grayscale: #757575. Windows color (decimal): -1687202 or 6177254. OLE color: 6177254.

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

Color convert

RGB2306594-
CMYK00.720.590.10
HSL349.45º76.74%57.84%-
HSV(B)349.45º71.74%90.2%-
XYZ36.5421.4112.8-
YUV117.64114.66208.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.13%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=59.13%
G=16.71%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230659400.720.590.10349.4576.7457.84
HexE6415E0483BA15d4d3a
Octal3461011360110731253511572
Binary11100110100000110111100100100011101110101010111011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6415E; }

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

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

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

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

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

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

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

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