#E75269

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

Shades of Cranberry #E75269

Tints of Cranberry #E75269

Color information

#E75269 (or 0xE75269) is unknown color: approx Cranberry. HEX triplet: E7, 52 and 69. RGB value is (231,82,105). Sum of RGB (Red+Green+Blue) = 231+82+105=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E75269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75269 is #18AD96. Grayscale: #818181. Windows color (decimal): -1617303 or 6902503. OLE color: 6902503.

HSL color Cylindrical-coordinate representation of color #E75269: hue angle of 350.74º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75269 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB23182105-
CMYK00.650.550.09
HSL350.74º75.63%61.37%-
HSV(B)350.74º64.5%90.59%-
XYZ38.5224.0415.98-
YUV129.17114.36200.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.26%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=55.26%
G=19.62%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318210500.650.550.09350.7475.6361.37
HexE7526904137915f4c3d
Octal3471221510101671153711475
Binary11100111101001011010010100000111011110011010111111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75269; }

 p { color: rgb(231,82,105); }

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

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

 a { background-color: rgb(231,82,105); }

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

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

 span { border-color: rgb(231,82,105); }

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