#E25D75

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

Shades of Cranberry #E25D75

Tints of Cranberry #E25D75

Color information

#E25D75 (or 0xE25D75) is unknown color: approx Cranberry. HEX triplet: E2, 5D and 75. RGB value is (226,93,117). Sum of RGB (Red+Green+Blue) = 226+93+117=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D75 is #1DA28A. Grayscale: #878787. Windows color (decimal): -1942155 or 7691746. OLE color: 7691746.

HSL color Cylindrical-coordinate representation of color #E25D75: hue angle of 349.17º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D75 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB22693117-
CMYK00.590.480.11
HSL349.17º69.63%62.55%-
HSV(B)349.17º58.85%88.63%-
XYZ38.4925.2819.68-
YUV135.5117.56192.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.83%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=51.83%
G=21.33%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269311700.590.480.11349.1769.6362.55
HexE25D7503B30B15d463f
Octal342135165073601353510677
Binary1110001010111011110101011101111000010111010111011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25D75; }

 p { color: rgb(226,93,117); }

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

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

 a { background-color: rgb(226,93,117); }

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

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

 span { border-color: rgb(226,93,117); }

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