#EB2670

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

Shades of Cerise #EB2670

Tints of Cerise #EB2670

Color information

#EB2670 (or 0xEB2670) is unknown color: approx Cerise. HEX triplet: EB, 26 and 70. RGB value is (235,38,112). Sum of RGB (Red+Green+Blue) = 235+38+112=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2670 is #14D98F. Grayscale: #696969. Windows color (decimal): -1366416 or 7349995. OLE color: 7349995.

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

Color convert

RGB23538112-
CMYK00.840.520.08
HSL337.46º83.12%53.53%-
HSV(B)337.46º83.83%92.16%-
XYZ37.8820.2217.24-
YUV105.34131.77220.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.04%
GREEN value IS 38 (15.23% from 255) = 9.87%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=61.04%
G=9.87%
B=29.09%

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
Decimal2353811200.840.520.08337.4683.1253.53
HexEB26700543481515336
Octal353461600124641052112366
Binary1110101110011011100000101010011010010001010100011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2670; }

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

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

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

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

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

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

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

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