#EB2C90

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

Shades of Deep Cerise #EB2C90

Tints of Deep Cerise #EB2C90

Color information

#EB2C90 (or 0xEB2C90) is unknown color: approx Deep Cerise. HEX triplet: EB, 2C and 90. RGB value is (235,44,144). Sum of RGB (Red+Green+Blue) = 235+44+144=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2C90 is #14D36F. Grayscale: #707070. Windows color (decimal): -1364848 or 9448683. OLE color: 9448683.

HSL color Cylindrical-coordinate representation of color #EB2C90: hue angle of 328.59º 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 #EB2C90 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB23544144-
CMYK00.810.390.08
HSL328.59º82.68%54.71%-
HSV(B)328.59º81.28%92.16%-
XYZ40.221.4828.41-
YUV112.51145.78215.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.56%
GREEN value IS 44 (17.58% from 255) = 10.40%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=55.56%
G=10.40%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354414400.810.390.08328.5982.6854.71
HexEB2C900512781495337
Octal353542200121471051112367
Binary11101011101100100100000101000110011110001010010011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2C90; }

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

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

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

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

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

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

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

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