#E25474

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

Shades of Cranberry #E25474

Tints of Cranberry #E25474

Color information

#E25474 (or 0xE25474) is unknown color: approx Cranberry. HEX triplet: E2, 54 and 74. RGB value is (226,84,116). Sum of RGB (Red+Green+Blue) = 226+84+116=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E25474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25474 is #1DAB8B. Grayscale: #828282. Windows color (decimal): -1944460 or 7623906. OLE color: 7623906.

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

Color convert

RGB22684116-
CMYK00.630.490.11
HSL346.48º71%60.78%-
HSV(B)346.48º62.83%88.63%-
XYZ37.6923.7719.12-
YUV130.11120.04196.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.05%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 116 (45.70% from 255) = 27.23%
R=53.05%
G=19.72%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268411600.630.490.11346.487160.78
HexE2547403F31B15a473d
Octal342124164077611353210775
Binary1110001010101001110100011111111000110111010110101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25474; }

 p { color: rgb(226,84,116); }

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

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

 a { background-color: rgb(226,84,116); }

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

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

 span { border-color: rgb(226,84,116); }

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