#EB2C8E

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

Shades of Deep Cerise #EB2C8E

Tints of Deep Cerise #EB2C8E

Color information

#EB2C8E (or 0xEB2C8E) is unknown color: approx Deep Cerise. HEX triplet: EB, 2C and 8E. RGB value is (235,44,142). Sum of RGB (Red+Green+Blue) = 235+44+142=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2C8E is #14D371. Grayscale: #707070. Windows color (decimal): -1364850 or 9317611. OLE color: 9317611.

HSL color Cylindrical-coordinate representation of color #EB2C8E: hue angle of 329.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2C8E is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB23544142-
CMYK00.810.400.08
HSL329.21º82.68%54.71%-
HSV(B)329.21º81.28%92.16%-
XYZ40.0421.4227.61-
YUV112.28144.78215.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.82%
GREEN value IS 44 (17.58% from 255) = 10.45%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=55.82%
G=10.45%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354414200.810.400.08329.2182.6854.71
HexEB2C8E0512881495337
Octal353542160121501051112367
Binary11101011101100100011100101000110100010001010010011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2C8E; }

 p { color: rgb(235,44,142); }

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

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

 a { background-color: rgb(235,44,142); }

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

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

 span { border-color: rgb(235,44,142); }

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