Html Css Color HEX #E85550 Flamingo

📋 copy color: '#E85550'

red 232 ◦ green 85 ◦ blue 80

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

Shades of Flamingo #E85550

Tints of Flamingo #E85550

RGB

 RED value IS 232 (91.02% from 255) = 58.44%

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 58.44%
G = 21.41%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E85550 (or 0xE85550) is known color: Flamingo. HEX triplet: E8, 55 and 50. RGB value is (232,85,80). Sum of RGB (Red+Green+Blue) = 232+85+80=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E85550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85550 is #17AAAF. Grayscale: #808080. Windows color (decimal): -1551024 or 5264872. OLE color: 5264872.

HSL color Cylindrical-coordinate representation of color #E85550: hue angle of 1.97º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E85550 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 85 80 -
CMYK 0 0.63 0.66 0.09
HSL 1.97º 0.77% 0.61% -
HSV(B) 1.97º 0.66% 0.91% -
XYZ 37.98 24.23 10.27 -
YUV 128.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 232 85 80 0 0.63 0.66 0.09 1.97 0.77 0.61
Hex E8 55 50 0 3F 42 9 2 4D 3D
Octal 350 125 120 0 77 102 11 2 115 75
Binary 11101000 1010101 1010000 0 111111 1000010 1001 10 1001101 111101

Color Harmonies of #E85550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85550

Black with #E85550

Text Example


Text Example

White with #E85550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85550; }

 p { color: rgb(232,85,80); }

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

background-color css

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

 a { background-color: rgb(232,85,80); }

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

border-color css

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

 span { border-color: rgb(232,85,80); }

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