Html Css Color HEX #E55073 Cranberry

📋 copy color: '#E55073'

red 229 ◦ green 80 ◦ blue 115

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

Shades of Cranberry #E55073

Tints of Cranberry #E55073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 54.01%
G = 18.87%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E55073 (or 0xE55073) is known color: Cranberry. HEX triplet: E5, 50 and 73. RGB value is (229,80,115). Sum of RGB (Red+Green+Blue) = 229+80+115=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E55073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55073 is #1AAF8C. Grayscale: #808080. Windows color (decimal): -1748877 or 7557349. OLE color: 7557349.

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

Color convert

RGB 229 80 115 -
CMYK 0 0.65 0.50 0.10
HSL 345.91º 0.74% 0.61% -
HSV(B) 345.91º 0.65% 0.9% -
XYZ 38.28 23.63 18.76 -
YUV 128.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 229 80 115 0 0.65 0.50 0.10 345.91 0.74 0.61
Hex E5 50 73 0 41 32 A 15A 4A 3D
Octal 345 120 163 0 101 62 12 532 112 75
Binary 11100101 1010000 1110011 0 1000001 110010 1010 101011010 1001010 111101

Color Harmonies of #E55073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55073

Black with #E55073

Text Example


Text Example

White with #E55073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55073; }

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

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

background-color css

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

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

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

border-color css

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

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

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