#EB2590

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

Shades of Deep Cerise #EB2590

Tints of Deep Cerise #EB2590

Color information

#EB2590 (or 0xEB2590) is unknown color: approx Deep Cerise. HEX triplet: EB, 25 and 90. RGB value is (235,37,144). Sum of RGB (Red+Green+Blue) = 235+37+144=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2590 is #14DA6F. Grayscale: #6C6C6C. Windows color (decimal): -1366640 or 9446891. OLE color: 9446891.

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

Color convert

RGB23537144-
CMYK00.840.390.08
HSL327.58º83.19%53.33%-
HSV(B)327.58º84.26%92.16%-
XYZ39.962128.33-
YUV108.4148.1218.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.49%
GREEN value IS 37 (14.84% from 255) = 8.89%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=56.49%
G=8.89%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353714400.840.390.08327.5883.1953.33
HexEB25900542781485335
Octal353452200124471051012365
Binary11101011100101100100000101010010011110001010010001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2590; }

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

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

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

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

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

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

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

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