Html Css Color HEX #E5506E Cranberry

📋 copy color: '#E5506E'

red 229 ◦ green 80 ◦ blue 110

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

Shades of Cranberry #E5506E

Tints of Cranberry #E5506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.25%

R = 54.65%
G = 19.09%
B = 26.25%

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

#E5506E (or 0xE5506E) is known color: Cranberry. HEX triplet: E5, 50 and 6E. RGB value is (229,80,110). Sum of RGB (Red+Green+Blue) = 229+80+110=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5506E is #1AAF91. Grayscale: #808080. Windows color (decimal): -1748882 or 7229669. OLE color: 7229669.

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

Color convert

RGB 229 80 110 -
CMYK 0 0.65 0.52 0.10
HSL 347.92º 0.74% 0.61% -
HSV(B) 347.92º 0.65% 0.9% -
XYZ 38 23.52 17.29 -
YUV 127.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 229 80 110 0 0.65 0.52 0.10 347.92 0.74 0.61
Hex E5 50 6E 0 41 34 A 15C 4A 3D
Octal 345 120 156 0 101 64 12 534 112 75
Binary 11100101 1010000 1101110 0 1000001 110100 1010 101011100 1001010 111101

Color Harmonies of #E5506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5506E

Black with #E5506E

Text Example


Text Example

White with #E5506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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