Html Css Color HEX #E76750 Flamingo

📋 copy color: '#E76750'

red 231 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #E76750

Tints of Flamingo #E76750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.88%

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

R = 55.8%
G = 24.88%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E76750 (or 0xE76750) is known color: Flamingo. HEX triplet: E7, 67 and 50. RGB value is (231,103,80). Sum of RGB (Red+Green+Blue) = 231+103+80=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E76750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76750 is #1898AF. Grayscale: #8A8A8A. Windows color (decimal): -1611952 or 5269479. OLE color: 5269479.

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

Color convert

RGB 231 103 80 -
CMYK 0 0.55 0.65 0.09
HSL 9.14º 0.76% 0.61% -
HSV(B) 9.14º 0.65% 0.91% -
XYZ 39.25 27.27 10.78 -
YUV 138.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 231 103 80 0 0.55 0.65 0.09 9.14 0.76 0.61
Hex E7 67 50 0 37 41 9 9 4C 3D
Octal 347 147 120 0 67 101 11 11 114 75
Binary 11100111 1100111 1010000 0 110111 1000001 1001 1001 1001100 111101

Color Harmonies of #E76750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76750

Black with #E76750

Text Example


Text Example

White with #E76750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76750; }

 p { color: rgb(231,103,80); }

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

background-color css

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

 a { background-color: rgb(231,103,80); }

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

border-color css

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

 span { border-color: rgb(231,103,80); }

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