Html Css Color HEX #E55A55 Flamingo

📋 copy color: '#E55A55'

red 229 ◦ green 90 ◦ blue 85

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

Shades of Flamingo #E55A55

Tints of Flamingo #E55A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

 BLUE value IS 85 (33.59% from 255) = 21.04%

R = 56.68%
G = 22.28%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E55A55 (or 0xE55A55) is known color: Flamingo. HEX triplet: E5, 5A and 55. RGB value is (229,90,85). Sum of RGB (Red+Green+Blue) = 229+90+85=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55A55 is #1AA5AA. Grayscale: #838383. Windows color (decimal): -1746347 or 5593829. OLE color: 5593829.

HSL color Cylindrical-coordinate representation of color #E55A55: hue angle of 2.08º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55A55 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 90 85 -
CMYK 0 0.61 0.63 0.10
HSL 2.08º 0.73% 0.62% -
HSV(B) 2.08º 0.63% 0.9% -
XYZ 37.61 24.63 11.37 -
YUV 130.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 229 90 85 0 0.61 0.63 0.10 2.08 0.73 0.62
Hex E5 5A 55 0 3D 3F A 2 49 3E
Octal 345 132 125 0 75 77 12 2 111 76
Binary 11100101 1011010 1010101 0 111101 111111 1010 10 1001001 111110

Color Harmonies of #E55A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A55

Black with #E55A55

Text Example


Text Example

White with #E55A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A55; }

 p { color: rgb(229,90,85); }

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

background-color css

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

 a { background-color: rgb(229,90,85); }

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

border-color css

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

 span { border-color: rgb(229,90,85); }

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