Html Css Color HEX #E55F55 Flamingo

📋 copy color: '#E55F55'

red 229 ◦ green 95 ◦ blue 85

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

Shades of Flamingo #E55F55

Tints of Flamingo #E55F55

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.23%

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

R = 55.99%
G = 23.23%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E55F55 (or 0xE55F55) is known color: Flamingo. HEX triplet: E5, 5F and 55. RGB value is (229,95,85). Sum of RGB (Red+Green+Blue) = 229+95+85=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F55 is #1AA0AA. Grayscale: #868686. Windows color (decimal): -1745067 or 5595109. OLE color: 5595109.

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

Color convert

RGB 229 95 85 -
CMYK 0 0.59 0.63 0.10
HSL 4.17º 0.73% 0.62% -
HSV(B) 4.17º 0.63% 0.9% -
XYZ 38.05 25.5 11.51 -
YUV 133.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 229 95 85 0 0.59 0.63 0.10 4.17 0.73 0.62
Hex E5 5F 55 0 3B 3F A 4 49 3E
Octal 345 137 125 0 73 77 12 4 111 76
Binary 11100101 1011111 1010101 0 111011 111111 1010 100 1001001 111110

Color Harmonies of #E55F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F55

Black with #E55F55

Text Example


Text Example

White with #E55F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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