#EB4A67

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

Shades of Cranberry #EB4A67

Tints of Cranberry #EB4A67

Color information

#EB4A67 (or 0xEB4A67) is unknown color: approx Cranberry. HEX triplet: EB, 4A and 67. RGB value is (235,74,103). Sum of RGB (Red+Green+Blue) = 235+74+103=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A67 is #14B598. Grayscale: #7D7D7D. Windows color (decimal): -1357209 or 6769387. OLE color: 6769387.

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

Color convert

RGB23574103-
CMYK00.690.560.08
HSL349.19º80.1%60.59%-
HSV(B)349.19º68.51%92.16%-
XYZ39.1623.5415.31-
YUV125.44115.34206.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.04%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 103 (40.62% from 255) = 25%
R=57.04%
G=17.96%
B=25%

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
Decimal2357410300.690.560.08349.1980.160.59
HexEB4A6704538815d503d
Octal3531121470105701053512075
Binary11101011100101011001110100010111100010001010111011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4A67; }

 p { color: rgb(235,74,103); }

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

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

 a { background-color: rgb(235,74,103); }

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

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

 span { border-color: rgb(235,74,103); }

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