Html Css Color HEX #E76150 Flamingo

📋 copy color: '#E76150'

red 231 ◦ green 97 ◦ blue 80

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

Shades of Flamingo #E76150

Tints of Flamingo #E76150

RGB

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

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

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

R = 56.62%
G = 23.77%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E76150 (or 0xE76150) is known color: Flamingo. HEX triplet: E7, 61 and 50. RGB value is (231,97,80). Sum of RGB (Red+Green+Blue) = 231+97+80=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E76150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76150 is #189EAF. Grayscale: #878787. Windows color (decimal): -1613488 or 5267943. OLE color: 5267943.

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

Color convert

RGB 231 97 80 -
CMYK 0 0.58 0.65 0.09
HSL 6.75º 0.76% 0.61% -
HSV(B) 6.75º 0.65% 0.91% -
XYZ 38.68 26.12 10.59 -
YUV 135.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 231 97 80 0 0.58 0.65 0.09 6.75 0.76 0.61
Hex E7 61 50 0 3A 41 9 7 4C 3D
Octal 347 141 120 0 72 101 11 7 114 75
Binary 11100111 1100001 1010000 0 111010 1000001 1001 111 1001100 111101

Color Harmonies of #E76150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76150

Black with #E76150

Text Example


Text Example

White with #E76150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76150; }

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

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

background-color css

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

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

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

border-color css

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

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

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