#EB2671

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

Shades of Cerise #EB2671

Tints of Cerise #EB2671

Color information

#EB2671 (or 0xEB2671) is unknown color: approx Cerise. HEX triplet: EB, 26 and 71. RGB value is (235,38,113). Sum of RGB (Red+Green+Blue) = 235+38+113=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2671 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2671 is #14D98E. Grayscale: #696969. Windows color (decimal): -1366415 or 7415531. OLE color: 7415531.

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

Color convert

RGB23538113-
CMYK00.840.520.08
HSL337.16º83.12%53.53%-
HSV(B)337.16º83.83%92.16%-
XYZ37.9320.2417.53-
YUV105.45132.27220.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 38 (15.23% from 255) = 9.84%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=60.88%
G=9.84%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353811300.840.520.08337.1683.1253.53
HexEB26710543481515336
Octal353461610124641052112366
Binary1110101110011011100010101010011010010001010100011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2671; }

 p { color: rgb(235,38,113); }

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

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

 a { background-color: rgb(235,38,113); }

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

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

 span { border-color: rgb(235,38,113); }

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