#E53F7B

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

Shades of Cranberry #E53F7B

Tints of Cranberry #E53F7B

Color information

#E53F7B (or 0xE53F7B) is unknown color: approx Cranberry. HEX triplet: E5, 3F and 7B. RGB value is (229,63,123). Sum of RGB (Red+Green+Blue) = 229+63+123=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53F7B is #1AC084. Grayscale: #777777. Windows color (decimal): -1753221 or 8077285. OLE color: 8077285.

HSL color Cylindrical-coordinate representation of color #E53F7B: hue angle of 338.31º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53F7B is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB22963123-
CMYK00.720.460.10
HSL338.31º76.15%57.25%-
HSV(B)338.31º72.49%89.8%-
XYZ37.6721.6420.93-
YUV119.47130206.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.18%
GREEN value IS 63 (25% from 255) = 15.18%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=55.18%
G=15.18%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296312300.720.460.10338.3176.1557.25
HexE53F7B0482EA1524c39
Octal345771730110561252211471
Binary1110010111111111110110100100010111010101010100101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53F7B; }

 p { color: rgb(229,63,123); }

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

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

 a { background-color: rgb(229,63,123); }

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

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

 span { border-color: rgb(229,63,123); }

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