#EB1B7C

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

Shades of Deep Cerise #EB1B7C

Tints of Deep Cerise #EB1B7C

Color information

#EB1B7C (or 0xEB1B7C) is unknown color: approx Deep Cerise. HEX triplet: EB, 1B and 7C. RGB value is (235,27,124). Sum of RGB (Red+Green+Blue) = 235+27+124=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1B7C is #14E483. Grayscale: #646464. Windows color (decimal): -1369220 or 8133611. OLE color: 8133611.

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

Color convert

RGB23527124-
CMYK00.890.470.08
HSL332.02º83.87%51.37%-
HSV(B)332.02º88.51%92.16%-
XYZ38.2919.920.89-
YUV100.25141.41224.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 27 (10.94% from 255) = 6.99%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=60.88%
G=6.99%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352712400.890.470.08332.0283.8751.37
HexEB1B7C0592F814c5433
Octal353331740131571051412463
Binary111010111101111111000101100110111110001010011001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1B7C; }

 p { color: rgb(235,27,124); }

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

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

 a { background-color: rgb(235,27,124); }

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

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

 span { border-color: rgb(235,27,124); }

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