#E13F7A

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

Shades of Cranberry #E13F7A

Tints of Cranberry #E13F7A

Color information

#E13F7A (or 0xE13F7A) is unknown color: approx Cranberry. HEX triplet: E1, 3F and 7A. RGB value is (225,63,122). Sum of RGB (Red+Green+Blue) = 225+63+122=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13F7A is #1EC085. Grayscale: #767676. Windows color (decimal): -2015366 or 8011745. OLE color: 8011745.

HSL color Cylindrical-coordinate representation of color #E13F7A: hue angle of 338.15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13F7A is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB22563122-
CMYK00.720.460.12
HSL338.15º72.97%56.47%-
HSV(B)338.15º72%88.24%-
XYZ36.3420.9720.54-
YUV118.16130.17204.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.88%
GREEN value IS 63 (25% from 255) = 15.37%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=54.88%
G=15.37%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256312200.720.460.12338.1572.9756.47
HexE13F7A0482EC1524938
Octal341771720110561452211170
Binary1110000111111111110100100100010111011001010100101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13F7A; }

 p { color: rgb(225,63,122); }

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

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

 a { background-color: rgb(225,63,122); }

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

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

 span { border-color: rgb(225,63,122); }

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