#EB3278

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

Shades of Deep Cerise #EB3278

Tints of Deep Cerise #EB3278

Color information

#EB3278 (or 0xEB3278) is unknown color: approx Deep Cerise. HEX triplet: EB, 32 and 78. RGB value is (235,50,120). Sum of RGB (Red+Green+Blue) = 235+50+120=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3278 is #14CD87. Grayscale: #717171. Windows color (decimal): -1363336 or 7877355. OLE color: 7877355.

HSL color Cylindrical-coordinate representation of color #EB3278: hue angle of 337.3º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB3278 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB23550120-
CMYK00.790.490.08
HSL337.3º82.22%55.88%-
HSV(B)337.3º78.72%92.16%-
XYZ38.7921.319.84-
YUV113.29131.79214.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.02%
GREEN value IS 50 (19.92% from 255) = 12.35%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=58.02%
G=12.35%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355012000.790.490.08337.382.2255.88
HexEB327804F3181515238
Octal353621700117611052112270
Binary1110101111001011110000100111111000110001010100011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3278; }

 p { color: rgb(235,50,120); }

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

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

 a { background-color: rgb(235,50,120); }

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

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

 span { border-color: rgb(235,50,120); }

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