#E25B72

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

Shades of Cranberry #E25B72

Tints of Cranberry #E25B72

Color information

#E25B72 (or 0xE25B72) is unknown color: approx Cranberry. HEX triplet: E2, 5B and 72. RGB value is (226,91,114). Sum of RGB (Red+Green+Blue) = 226+91+114=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B72 is #1DA48D. Grayscale: #868686. Windows color (decimal): -1942670 or 7494626. OLE color: 7494626.

HSL color Cylindrical-coordinate representation of color #E25B72: hue angle of 349.78º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25B72 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB22691114-
CMYK00.600.500.11
HSL349.78º69.95%62.16%-
HSV(B)349.78º59.73%88.63%-
XYZ38.1424.8718.71-
YUV133.99116.73193.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.44%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=52.44%
G=21.11%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269111400.600.500.11349.7869.9562.16
HexE25B7203C32B15e463e
Octal342133162074621353610676
Binary1110001010110111110010011110011001010111010111101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25B72; }

 p { color: rgb(226,91,114); }

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

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

 a { background-color: rgb(226,91,114); }

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

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

 span { border-color: rgb(226,91,114); }

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