#E25678

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

Shades of Cranberry #E25678

Tints of Cranberry #E25678

Color information

#E25678 (or 0xE25678) is unknown color: approx Cranberry. HEX triplet: E2, 56 and 78. RGB value is (226,86,120). Sum of RGB (Red+Green+Blue) = 226+86+120=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E25678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25678 is #1DA987. Grayscale: #838383. Windows color (decimal): -1943944 or 7886562. OLE color: 7886562.

HSL color Cylindrical-coordinate representation of color #E25678: hue angle of 345.43º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25678 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB22686120-
CMYK00.620.470.11
HSL345.43º70.71%61.18%-
HSV(B)345.43º61.95%88.63%-
XYZ38.0824.1820.43-
YUV131.74121.38195.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.31%
GREEN value IS 86 (33.98% from 255) = 19.91%
BLUE value IS 120 (47.27% from 255) = 27.78%
R=52.31%
G=19.91%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268612000.620.470.11345.4370.7161.18
HexE2567803E2FB159473d
Octal342126170076571353110775
Binary1110001010101101111000011111010111110111010110011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25678; }

 p { color: rgb(226,86,120); }

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

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

 a { background-color: rgb(226,86,120); }

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

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

 span { border-color: rgb(226,86,120); }

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