Html Css Color HEX #E76156 Flamingo

📋 copy color: '#E76156'

red 231 ◦ green 97 ◦ blue 86

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

Shades of Flamingo #E76156

Tints of Flamingo #E76156

RGB

 RED value IS 231 (90.63% from 255) = 55.8%

 GREEN value IS 97 (38.28% from 255) = 23.43%

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 55.8%
G = 23.43%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E76156 (or 0xE76156) is known color: Flamingo. HEX triplet: E7, 61 and 56. RGB value is (231,97,86). Sum of RGB (Red+Green+Blue) = 231+97+86=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E76156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76156 is #189EA9. Grayscale: #878787. Windows color (decimal): -1613482 or 5661159. OLE color: 5661159.

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

Color convert

RGB 231 97 86 -
CMYK 0 0.58 0.63 0.09
HSL 4.55º 0.75% 0.62% -
HSV(B) 4.55º 0.63% 0.91% -
XYZ 38.91 26.21 11.81 -
YUV 135.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 231 97 86 0 0.58 0.63 0.09 4.55 0.75 0.62
Hex E7 61 56 0 3A 3F 9 5 4B 3E
Octal 347 141 126 0 72 77 11 5 113 76
Binary 11100111 1100001 1010110 0 111010 111111 1001 101 1001011 111110

Color Harmonies of #E76156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76156

Black with #E76156

Text Example


Text Example

White with #E76156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76156; }

 p { color: rgb(231,97,86); }

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

background-color css

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

 a { background-color: rgb(231,97,86); }

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

border-color css

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

 span { border-color: rgb(231,97,86); }

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