#EB4968

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

Shades of Cranberry #EB4968

Tints of Cranberry #EB4968

Color information

#EB4968 (or 0xEB4968) is unknown color: approx Cranberry. HEX triplet: EB, 49 and 68. RGB value is (235,73,104). Sum of RGB (Red+Green+Blue) = 235+73+104=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4968 is #14B697. Grayscale: #7D7D7D. Windows color (decimal): -1357464 or 6834667. OLE color: 6834667.

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

Color convert

RGB23573104-
CMYK00.690.560.08
HSL348.52º80.2%60.39%-
HSV(B)348.52º68.94%92.16%-
XYZ39.1423.4315.56-
YUV124.97116.17206.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.04%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=57.04%
G=17.72%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357310400.690.560.08348.5280.260.39
HexEB496804538815d503c
Octal3531111500105701053512074
Binary11101011100100111010000100010111100010001010111011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4968; }

 p { color: rgb(235,73,104); }

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

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

 a { background-color: rgb(235,73,104); }

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

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

 span { border-color: rgb(235,73,104); }

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