Html Css Color HEX #E06050 Flamingo

📋 copy color: '#E06050'

red 224 ◦ green 96 ◦ blue 80

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

Shades of Flamingo #E06050

Tints of Flamingo #E06050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

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

R = 56%
G = 24%
B = 20%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06050 (or 0xE06050) is known color: Flamingo. HEX triplet: E0, 60 and 50. RGB value is (224,96,80). Sum of RGB (Red+Green+Blue) = 224+96+80=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E06050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06050 is #1F9FAF. Grayscale: #848484. Windows color (decimal): -2072496 or 5267680. OLE color: 5267680.

HSL color Cylindrical-coordinate representation of color #E06050: hue angle of 6.67º 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 #E06050 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 80 -
CMYK 0 0.57 0.64 0.12
HSL 6.67º 0.7% 0.6% -
HSV(B) 6.67º 0.64% 0.88% -
XYZ 36.37 24.79 10.46 -
YUV 132.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 224 96 80 0 0.57 0.64 0.12 6.67 0.7 0.6
Hex E0 60 50 0 39 40 C 7 46 3C
Octal 340 140 120 0 71 100 14 7 106 74
Binary 11100000 1100000 1010000 0 111001 1000000 1100 111 1000110 111100

Color Harmonies of #E06050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06050

Black with #E06050

Text Example


Text Example

White with #E06050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06050; }

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

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

background-color css

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

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

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

border-color css

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

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

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