Html Css Color HEX #E06950 Flamingo

📋 copy color: '#E06950'

red 224 ◦ green 105 ◦ blue 80

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

Shades of Flamingo #E06950

Tints of Flamingo #E06950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

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

R = 54.77%
G = 25.67%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06950 (or 0xE06950) is known color: Flamingo. HEX triplet: E0, 69 and 50. RGB value is (224,105,80). Sum of RGB (Red+Green+Blue) = 224+105+80=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E06950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06950 is #1F96AF. Grayscale: #898989. Windows color (decimal): -2070192 or 5269984. OLE color: 5269984.

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

Color convert

RGB 224 105 80 -
CMYK 0 0.53 0.64 0.12
HSL 10.42º 0.7% 0.6% -
HSV(B) 10.42º 0.64% 0.88% -
XYZ 37.24 26.53 10.75 -
YUV 137.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 224 105 80 0 0.53 0.64 0.12 10.42 0.7 0.6
Hex E0 69 50 0 35 40 C A 46 3C
Octal 340 151 120 0 65 100 14 12 106 74
Binary 11100000 1101001 1010000 0 110101 1000000 1100 1010 1000110 111100

Color Harmonies of #E06950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06950

Black with #E06950

Text Example


Text Example

White with #E06950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06950; }

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

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

background-color css

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

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

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

border-color css

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

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

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