Html Css Color HEX #E06550 Flamingo

📋 copy color: '#E06550'

red 224 ◦ green 101 ◦ blue 80

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

Shades of Flamingo #E06550

Tints of Flamingo #E06550

RGB

 RED value IS 224 (87.89% from 255) = 55.31%

 GREEN value IS 101 (39.84% from 255) = 24.94%

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

R = 55.31%
G = 24.94%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06550 (or 0xE06550) is known color: Flamingo. HEX triplet: E0, 65 and 50. RGB value is (224,101,80). Sum of RGB (Red+Green+Blue) = 224+101+80=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E06550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06550 is #1F9AAF. Grayscale: #878787. Windows color (decimal): -2071216 or 5268960. OLE color: 5268960.

HSL color Cylindrical-coordinate representation of color #E06550: hue angle of 8.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E06550 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 101 80 -
CMYK 0 0.55 0.64 0.12
HSL 8.75º 0.7% 0.6% -
HSV(B) 8.75º 0.64% 0.88% -
XYZ 36.84 25.73 10.61 -
YUV 135.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 224 101 80 0 0.55 0.64 0.12 8.75 0.7 0.6
Hex E0 65 50 0 37 40 C 9 46 3C
Octal 340 145 120 0 67 100 14 11 106 74
Binary 11100000 1100101 1010000 0 110111 1000000 1100 1001 1000110 111100

Color Harmonies of #E06550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06550

Black with #E06550

Text Example


Text Example

White with #E06550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06550; }

 p { color: rgb(224,101,80); }

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

background-color css

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

 a { background-color: rgb(224,101,80); }

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

border-color css

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

 span { border-color: rgb(224,101,80); }

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