#EB486E

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

Shades of Cranberry #EB486E

Tints of Cranberry #EB486E

Color information

#EB486E (or 0xEB486E) is unknown color: approx Cranberry. HEX triplet: EB, 48 and 6E. RGB value is (235,72,110). Sum of RGB (Red+Green+Blue) = 235+72+110=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB486E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB486E is #14B791. Grayscale: #7D7D7D. Windows color (decimal): -1357714 or 7227627. OLE color: 7227627.

HSL color Cylindrical-coordinate representation of color #EB486E: hue angle of 346.01º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB486E is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB23572110-
CMYK00.690.530.08
HSL346.01º80.3%60.2%-
HSV(B)346.01º69.36%92.16%-
XYZ39.3923.4217.2-
YUV125.07119.5206.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.35%
GREEN value IS 72 (28.52% from 255) = 17.27%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=56.35%
G=17.27%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357211000.690.530.08346.0180.360.2
HexEB486E04535815a503c
Octal3531101560105651053212074
Binary11101011100100011011100100010111010110001010110101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB486E; }

 p { color: rgb(235,72,110); }

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

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

 a { background-color: rgb(235,72,110); }

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

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

 span { border-color: rgb(235,72,110); }

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