Html Css Color HEX #E06250 Flamingo

📋 copy color: '#E06250'

red 224 ◦ green 98 ◦ blue 80

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

Shades of Flamingo #E06250

Tints of Flamingo #E06250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.38%

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

R = 55.72%
G = 24.38%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06250 (or 0xE06250) is known color: Flamingo. HEX triplet: E0, 62 and 50. RGB value is (224,98,80). Sum of RGB (Red+Green+Blue) = 224+98+80=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E06250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06250 is #1F9DAF. Grayscale: #858585. Windows color (decimal): -2071984 or 5268192. OLE color: 5268192.

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

Color convert

RGB 224 98 80 -
CMYK 0 0.56 0.64 0.12
HSL 7.5º 0.7% 0.6% -
HSV(B) 7.5º 0.64% 0.88% -
XYZ 36.56 25.16 10.52 -
YUV 133.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 224 98 80 0 0.56 0.64 0.12 7.5 0.7 0.6
Hex E0 62 50 0 38 40 C 8 46 3C
Octal 340 142 120 0 70 100 14 10 106 74
Binary 11100000 1100010 1010000 0 111000 1000000 1100 1000 1000110 111100

Color Harmonies of #E06250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06250

Black with #E06250

Text Example


Text Example

White with #E06250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06250; }

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

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

background-color css

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

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

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

border-color css

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

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

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