Html Css Color HEX #E55076 Cranberry

📋 copy color: '#E55076'

red 229 ◦ green 80 ◦ blue 118

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

Shades of Cranberry #E55076

Tints of Cranberry #E55076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 53.63%
G = 18.74%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E55076 (or 0xE55076) is known color: Cranberry. HEX triplet: E5, 50 and 76. RGB value is (229,80,118). Sum of RGB (Red+Green+Blue) = 229+80+118=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E55076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55076 is #1AAF89. Grayscale: #808080. Windows color (decimal): -1748874 or 7753957. OLE color: 7753957.

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

Color convert

RGB 229 80 118 -
CMYK 0 0.65 0.48 0.10
HSL 344.7º 0.74% 0.61% -
HSV(B) 344.7º 0.65% 0.9% -
XYZ 38.45 23.7 19.69 -
YUV 128.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 229 80 118 0 0.65 0.48 0.10 344.7 0.74 0.61
Hex E5 50 76 0 41 30 A 159 4A 3D
Octal 345 120 166 0 101 60 12 531 112 75
Binary 11100101 1010000 1110110 0 1000001 110000 1010 101011001 1001010 111101

Color Harmonies of #E55076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55076

Black with #E55076

Text Example


Text Example

White with #E55076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55076; }

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

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

background-color css

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

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

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

border-color css

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

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

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