Html Css Color HEX #E5486D Cranberry

📋 copy color: '#E5486D'

red 229 ◦ green 72 ◦ blue 109

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

Shades of Cranberry #E5486D

Tints of Cranberry #E5486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.59%

R = 55.85%
G = 17.56%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5486D (or 0xE5486D) is known color: Cranberry. HEX triplet: E5, 48 and 6D. RGB value is (229,72,109). Sum of RGB (Red+Green+Blue) = 229+72+109=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E5486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5486D is #1AB792. Grayscale: #7B7B7B. Windows color (decimal): -1750931 or 7162085. OLE color: 7162085.

HSL color Cylindrical-coordinate representation of color #E5486D: hue angle of 345.86º 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 #E5486D is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 72 109 -
CMYK 0 0.69 0.52 0.10
HSL 345.86º 0.75% 0.59% -
HSV(B) 345.86º 0.69% 0.9% -
XYZ 37.39 22.4 16.82 -
YUV 123.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 229 72 109 0 0.69 0.52 0.10 345.86 0.75 0.59
Hex E5 48 6D 0 45 34 A 15A 4B 3B
Octal 345 110 155 0 105 64 12 532 113 73
Binary 11100101 1001000 1101101 0 1000101 110100 1010 101011010 1001011 111011

Color Harmonies of #E5486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5486D

Black with #E5486D

Text Example


Text Example

White with #E5486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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