#EB2F8D

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

Shades of Deep Cerise #EB2F8D

Tints of Deep Cerise #EB2F8D

Color information

#EB2F8D (or 0xEB2F8D) is unknown color: approx Deep Cerise. HEX triplet: EB, 2F and 8D. RGB value is (235,47,141). Sum of RGB (Red+Green+Blue) = 235+47+141=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2F8D is #14D072. Grayscale: #717171. Windows color (decimal): -1364083 or 9252843. OLE color: 9252843.

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

Color convert

RGB23547141-
CMYK00.80.40.08
HSL330º82.46%55.29%-
HSV(B)330º80%92.16%-
XYZ40.0921.6227.26-
YUV113.93143.28214.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.56%
GREEN value IS 47 (18.75% from 255) = 11.11%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=55.56%
G=11.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354714100.80.40.0833082.4655.29
HexEB2F8D05028814a5237
Octal353572150120501051212267
Binary11101011101111100011010101000010100010001010010101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2F8D; }

 p { color: rgb(235,47,141); }

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

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

 a { background-color: rgb(235,47,141); }

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

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

 span { border-color: rgb(235,47,141); }

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