#EB4F6B

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

Shades of Cranberry #EB4F6B

Tints of Cranberry #EB4F6B

Color information

#EB4F6B (or 0xEB4F6B) is unknown color: approx Cranberry. HEX triplet: EB, 4F and 6B. RGB value is (235,79,107). Sum of RGB (Red+Green+Blue) = 235+79+107=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4F6B is #14B094. Grayscale: #808080. Windows color (decimal): -1355925 or 7032811. OLE color: 7032811.

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

Color convert

RGB23579107-
CMYK00.660.540.08
HSL349.23º79.59%61.57%-
HSV(B)349.23º66.38%92.16%-
XYZ39.7124.3216.51-
YUV128.84115.68203.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.82%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 107 (42.19% from 255) = 25.42%
R=55.82%
G=18.76%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357910700.660.540.08349.2379.5961.57
HexEB4F6B04236815d503e
Octal3531171530102661053512076
Binary11101011100111111010110100001011011010001010111011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F6B; }

 p { color: rgb(235,79,107); }

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

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

 a { background-color: rgb(235,79,107); }

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

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

 span { border-color: rgb(235,79,107); }

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