Html Css Color HEX #E5506F Cranberry

📋 copy color: '#E5506F'

red 229 ◦ green 80 ◦ blue 111

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

Shades of Cranberry #E5506F

Tints of Cranberry #E5506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.43%

R = 54.52%
G = 19.05%
B = 26.43%

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

#E5506F (or 0xE5506F) is known color: Cranberry. HEX triplet: E5, 50 and 6F. RGB value is (229,80,111). Sum of RGB (Red+Green+Blue) = 229+80+111=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5506F is #1AAF90. Grayscale: #808080. Windows color (decimal): -1748881 or 7295205. OLE color: 7295205.

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

Color convert

RGB 229 80 111 -
CMYK 0 0.65 0.52 0.10
HSL 347.52º 0.74% 0.61% -
HSV(B) 347.52º 0.65% 0.9% -
XYZ 38.05 23.54 17.58 -
YUV 128.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 229 80 111 0 0.65 0.52 0.10 347.52 0.74 0.61
Hex E5 50 6F 0 41 34 A 15C 4A 3D
Octal 345 120 157 0 101 64 12 534 112 75
Binary 11100101 1010000 1101111 0 1000001 110100 1010 101011100 1001010 111101

Color Harmonies of #E5506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5506F

Black with #E5506F

Text Example


Text Example

White with #E5506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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