Html Css Color HEX #E5506D Cranberry

📋 copy color: '#E5506D'

red 229 ◦ green 80 ◦ blue 109

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

Shades of Cranberry #E5506D

Tints of Cranberry #E5506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 54.78%
G = 19.14%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5506D (or 0xE5506D) is known color: Cranberry. HEX triplet: E5, 50 and 6D. RGB value is (229,80,109). Sum of RGB (Red+Green+Blue) = 229+80+109=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5506D is #1AAF92. Grayscale: #7F7F7F. Windows color (decimal): -1748883 or 7164133. OLE color: 7164133.

HSL color Cylindrical-coordinate representation of color #E5506D: hue angle of 348.32º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5506D is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 109 -
CMYK 0 0.65 0.52 0.10
HSL 348.32º 0.74% 0.61% -
HSV(B) 348.32º 0.65% 0.9% -
XYZ 37.94 23.5 17 -
YUV 127.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 229 80 109 0 0.65 0.52 0.10 348.32 0.74 0.61
Hex E5 50 6D 0 41 34 A 15C 4A 3D
Octal 345 120 155 0 101 64 12 534 112 75
Binary 11100101 1010000 1101101 0 1000001 110100 1010 101011100 1001010 111101

Color Harmonies of #E5506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5506D

Black with #E5506D

Text Example


Text Example

White with #E5506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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