Html Css Color HEX #E86350 Flamingo

📋 copy color: '#E86350'

red 232 ◦ green 99 ◦ blue 80

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

Shades of Flamingo #E86350

Tints of Flamingo #E86350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.09%

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

R = 56.45%
G = 24.09%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E86350 (or 0xE86350) is known color: Flamingo. HEX triplet: E8, 63 and 50. RGB value is (232,99,80). Sum of RGB (Red+Green+Blue) = 232+99+80=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E86350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86350 is #179CAF. Grayscale: #888888. Windows color (decimal): -1547440 or 5268456. OLE color: 5268456.

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

Color convert

RGB 232 99 80 -
CMYK 0 0.57 0.66 0.09
HSL 7.5º 0.77% 0.61% -
HSV(B) 7.5º 0.66% 0.91% -
XYZ 39.19 26.66 10.67 -
YUV 136.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 232 99 80 0 0.57 0.66 0.09 7.5 0.77 0.61
Hex E8 63 50 0 39 42 9 8 4D 3D
Octal 350 143 120 0 71 102 11 10 115 75
Binary 11101000 1100011 1010000 0 111001 1000010 1001 1000 1001101 111101

Color Harmonies of #E86350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86350

Black with #E86350

Text Example


Text Example

White with #E86350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86350; }

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

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

background-color css

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

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

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

border-color css

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

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

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