#EB1E7B

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

Shades of Deep Cerise #EB1E7B

Tints of Deep Cerise #EB1E7B

Color information

#EB1E7B (or 0xEB1E7B) is unknown color: approx Deep Cerise. HEX triplet: EB, 1E and 7B. RGB value is (235,30,123). Sum of RGB (Red+Green+Blue) = 235+30+123=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1E7B is #14E184. Grayscale: #656565. Windows color (decimal): -1368453 or 8068843. OLE color: 8068843.

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

Color convert

RGB23530123-
CMYK00.870.480.08
HSL332.78º83.67%51.96%-
HSV(B)332.78º87.23%92.16%-
XYZ38.320.0220.58-
YUV101.9139.92222.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.57%
GREEN value IS 30 (12.11% from 255) = 7.73%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=60.57%
G=7.73%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353012300.870.480.08332.7883.6751.96
HexEB1E7B05730814d5434
Octal353361730127601051512464
Binary111010111111011110110101011111000010001010011011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1E7B; }

 p { color: rgb(235,30,123); }

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

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

 a { background-color: rgb(235,30,123); }

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

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

 span { border-color: rgb(235,30,123); }

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