Html Css Color HEX #E86953 Flamingo

📋 copy color: '#E86953'

red 232 ◦ green 105 ◦ blue 83

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

Shades of Flamingo #E86953

Tints of Flamingo #E86953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.76%

R = 55.24%
G = 25%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E86953 (or 0xE86953) is known color: Flamingo. HEX triplet: E8, 69 and 53. RGB value is (232,105,83). Sum of RGB (Red+Green+Blue) = 232+105+83=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E86953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86953 is #1796AC. Grayscale: #8C8C8C. Windows color (decimal): -1545901 or 5466600. OLE color: 5466600.

HSL color Cylindrical-coordinate representation of color #E86953: hue angle of 8.86º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E86953 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 105 83 -
CMYK 0 0.55 0.64 0.09
HSL 8.86º 0.76% 0.62% -
HSV(B) 8.86º 0.64% 0.91% -
XYZ 39.89 27.88 11.46 -
YUV 140.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 232 105 83 0 0.55 0.64 0.09 8.86 0.76 0.62
Hex E8 69 53 0 37 40 9 9 4C 3E
Octal 350 151 123 0 67 100 11 11 114 76
Binary 11101000 1101001 1010011 0 110111 1000000 1001 1001 1001100 111110

Color Harmonies of #E86953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86953

Black with #E86953

Text Example


Text Example

White with #E86953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86953; }

 p { color: rgb(232,105,83); }

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

background-color css

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

 a { background-color: rgb(232,105,83); }

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

border-color css

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

 span { border-color: rgb(232,105,83); }

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