#e2368c

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

Shades of Deep Cerise #E2368C

Tints of Deep Cerise #E2368C

Color information

#E2368C (or 0xE2368C) is unknown color: approx Deep Cerise. HEX triplet: E2, 36 and 8C. RGB value is (226,54,140). Sum of RGB (Red+Green+Blue) = 226+54+140=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2368C is #1DC973. Grayscale: #737373. Windows color (decimal): -1952116 or 9189090. OLE color: 9189090.

HSL color Cylindrical-coordinate representation of color #E2368C: hue angle of 330º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2368C is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB22654140-
CMYK00.760.380.11
HSL330º74.78%54.9%-
HSV(B)330º76.11%88.63%-
XYZ37.4220.726.83-
YUV115.23141.98207.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.81%
GREEN value IS 54 (21.48% from 255) = 12.86%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=53.81%
G=12.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265414000.760.380.1133074.7854.9
HexE2368C04C26B14a4b37
Octal342662140114461351211367
Binary11100010110110100011000100110010011010111010010101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2368c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2368c; }

 p { color: rgb(226,54,140); }

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

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

 a { background-color: rgb(226,54,140); }

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

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

 span { border-color: rgb(226,54,140); }

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