#E6365F

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

Shades of Cerise #E6365F

Tints of Cerise #E6365F

Color information

#E6365F (or 0xE6365F) is unknown color: approx Cerise. HEX triplet: E6, 36 and 5F. RGB value is (230,54,95). Sum of RGB (Red+Green+Blue) = 230+54+95=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E6365F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6365F is #19C9A0. Grayscale: #6F6F6F. Windows color (decimal): -1690017 or 6239974. OLE color: 6239974.

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

Color convert

RGB2305495-
CMYK00.770.590.10
HSL346.02º77.88%55.69%-
HSV(B)346.02º76.52%90.2%-
XYZ36.0220.2912.84-
YUV111.3118.81212.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.69%
GREEN value IS 54 (21.48% from 255) = 14.25%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=60.69%
G=14.25%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230549500.770.590.10346.0277.8855.69
HexE6365F04D3BA15a4e38
Octal346661370115731253211670
Binary1110011011011010111110100110111101110101010110101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6365F; }

 p { color: rgb(230,54,95); }

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

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

 a { background-color: rgb(230,54,95); }

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

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

 span { border-color: rgb(230,54,95); }

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