Html Css Color HEX #E5486A Cranberry

📋 copy color: '#E5486A'

red 229 ◦ green 72 ◦ blue 106

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

Shades of Cranberry #E5486A

Tints of Cranberry #E5486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.69%

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 56.27%
G = 17.69%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5486A (or 0xE5486A) is known color: Cranberry. HEX triplet: E5, 48 and 6A. RGB value is (229,72,106). Sum of RGB (Red+Green+Blue) = 229+72+106=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5486A is #1AB795. Grayscale: #7A7A7A. Windows color (decimal): -1750934 or 6965477. OLE color: 6965477.

HSL color Cylindrical-coordinate representation of color #E5486A: hue angle of 347.01º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5486A is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 72 106 -
CMYK 0 0.69 0.54 0.10
HSL 347.01º 0.75% 0.59% -
HSV(B) 347.01º 0.69% 0.9% -
XYZ 37.23 22.33 15.98 -
YUV 122.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 229 72 106 0 0.69 0.54 0.10 347.01 0.75 0.59
Hex E5 48 6A 0 45 36 A 15B 4B 3B
Octal 345 110 152 0 105 66 12 533 113 73
Binary 11100101 1001000 1101010 0 1000101 110110 1010 101011011 1001011 111011

Color Harmonies of #E5486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5486A

Black with #E5486A

Text Example


Text Example

White with #E5486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5486A; }

 p { color: rgb(229,72,106); }

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

background-color css

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

 a { background-color: rgb(229,72,106); }

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

border-color css

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

 span { border-color: rgb(229,72,106); }

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