Html Css Color HEX #E5506A Cranberry

📋 copy color: '#E5506A'

red 229 ◦ green 80 ◦ blue 106

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

Shades of Cranberry #E5506A

Tints of Cranberry #E5506A

RGB

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

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

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

R = 55.18%
G = 19.28%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5506A (or 0xE5506A) is known color: Cranberry. HEX triplet: E5, 50 and 6A. RGB value is (229,80,106). Sum of RGB (Red+Green+Blue) = 229+80+106=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5506A is #1AAF95. Grayscale: #7F7F7F. Windows color (decimal): -1748886 or 6967525. OLE color: 6967525.

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

Color convert

RGB 229 80 106 -
CMYK 0 0.65 0.54 0.10
HSL 349.53º 0.74% 0.61% -
HSV(B) 349.53º 0.65% 0.9% -
XYZ 37.78 23.44 16.17 -
YUV 127.52 115.86 200.39 -
System Red Green Blue C M Y K H S L
Decimal 229 80 106 0 0.65 0.54 0.10 349.53 0.74 0.61
Hex E5 50 6A 0 41 36 A 15E 4A 3D
Octal 345 120 152 0 101 66 12 536 112 75
Binary 11100101 1010000 1101010 0 1000001 110110 1010 101011110 1001010 111101

Color Harmonies of #E5506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5506A

Black with #E5506A

Text Example


Text Example

White with #E5506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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