Html Css Color HEX #E5457A Cranberry

📋 copy color: '#E5457A'

red 229 ◦ green 69 ◦ blue 122

#E5457A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #E5457A

Tints of Cranberry #E5457A

RGB

 RED value IS 229 (89.84% from 255) = 54.52%

 GREEN value IS 69 (27.34% from 255) = 16.43%

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 54.52%
G = 16.43%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5457A (or 0xE5457A) is known color: Cranberry. HEX triplet: E5, 45 and 7A. RGB value is (229,69,122). Sum of RGB (Red+Green+Blue) = 229+69+122=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5457A is #1ABA85. Grayscale: #7A7A7A. Windows color (decimal): -1751686 or 8013285. OLE color: 8013285.

HSL color Cylindrical-coordinate representation of color #E5457A: hue angle of 340.12º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5457A is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 69 122 -
CMYK 0 0.70 0.47 0.10
HSL 340.13º 0.75% 0.58% -
HSV(B) 340.13º 0.7% 0.9% -
XYZ 37.95 22.32 20.72 -
YUV 122.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 229 69 122 0 0.70 0.47 0.10 340.13 0.75 0.58
Hex E5 45 7A 0 46 2F A 154 4B 3A
Octal 345 105 172 0 106 57 12 524 113 72
Binary 11100101 1000101 1111010 0 1000110 101111 1010 101010100 1001011 111010

Color Harmonies of #E5457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5457A

Black with #E5457A

Text Example


Text Example

White with #E5457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5457A; }

 p { color: rgb(229,69,122); }

 H1.HeaderClassName
 {
   color: #E5457A;
 }
 .AnyTagClassName
 {
   color: #E5457A;
 }
</style>

background-color css

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

 a { background-color: rgb(229,69,122); }

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

border-color css

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

 span { border-color: rgb(229,69,122); }

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