#E6369C

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

Shades of Deep Cerise #E6369C

Tints of Deep Cerise #E6369C

Color information

#E6369C (or 0xE6369C) is unknown color: approx Deep Cerise. HEX triplet: E6, 36 and 9C. RGB value is (230,54,156). Sum of RGB (Red+Green+Blue) = 230+54+156=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6369C is #19C963. Grayscale: #767676. Windows color (decimal): -1689956 or 10237670. OLE color: 10237670.

HSL color Cylindrical-coordinate representation of color #E6369C: hue angle of 325.23º 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 #E6369C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB23054156-
CMYK00.770.320.10
HSL325.23º77.88%55.69%-
HSV(B)325.23º76.52%90.2%-
XYZ39.9521.8633.57-
YUV118.25149.31207.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.27%
GREEN value IS 54 (21.48% from 255) = 12.27%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=52.27%
G=12.27%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2305415600.770.320.10325.2377.8855.69
HexE6369C04D20A1454e38
Octal346662340115401250511670
Binary11100110110110100111000100110110000010101010001011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6369C; }

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

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

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

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

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

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

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

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