#EB2672

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

Shades of Cerise #EB2672

Tints of Cerise #EB2672

Color information

#EB2672 (or 0xEB2672) is unknown color: approx Cerise. HEX triplet: EB, 26 and 72. RGB value is (235,38,114). Sum of RGB (Red+Green+Blue) = 235+38+114=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2672 is #14D98D. Grayscale: #696969. Windows color (decimal): -1366414 or 7481067. OLE color: 7481067.

HSL color Cylindrical-coordinate representation of color #EB2672: hue angle of 336.85º 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 #EB2672 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB23538114-
CMYK00.840.510.08
HSL336.85º83.12%53.53%-
HSV(B)336.85º83.83%92.16%-
XYZ37.9920.2617.83-
YUV105.57132.77220.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.72%
GREEN value IS 38 (15.23% from 255) = 9.82%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=60.72%
G=9.82%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353811400.840.510.08336.8583.1253.53
HexEB26720543381515336
Octal353461620124631052112366
Binary1110101110011011100100101010011001110001010100011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2672; }

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

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

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

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

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

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

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

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