#ED456D

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

Shades of Cranberry #ED456D

Tints of Cranberry #ED456D

Color information

#ED456D (or 0xED456D) is unknown color: approx Cranberry. HEX triplet: ED, 45 and 6D. RGB value is (237,69,109). Sum of RGB (Red+Green+Blue) = 237+69+109=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED456D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED456D is #12BA92. Grayscale: #7B7B7B. Windows color (decimal): -1227411 or 7161325. OLE color: 7161325.

HSL color Cylindrical-coordinate representation of color #ED456D: hue angle of 345.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED456D is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB23769109-
CMYK00.710.540.07
HSL345.71º82.35%60%-
HSV(B)345.71º70.89%92.94%-
XYZ39.8123.3616.88-
YUV123.79119.66208.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.11%
GREEN value IS 69 (27.34% from 255) = 16.63%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=57.11%
G=16.63%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376910900.710.540.07345.7182.3560
HexED456D04736715a523c
Octal355105155010766753212274
Binary1110110110001011101101010001111101101111010110101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED456D; }

 p { color: rgb(237,69,109); }

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

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

 a { background-color: rgb(237,69,109); }

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

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

 span { border-color: rgb(237,69,109); }

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