Html Css Color HEX #E76950 Flamingo

📋 copy color: '#E76950'

red 231 ◦ green 105 ◦ blue 80

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

Shades of Flamingo #E76950

Tints of Flamingo #E76950

RGB

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

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

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

R = 55.53%
G = 25.24%
B = 19.23%

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

#E76950 (or 0xE76950) is known color: Flamingo. HEX triplet: E7, 69 and 50. RGB value is (231,105,80). Sum of RGB (Red+Green+Blue) = 231+105+80=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E76950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76950 is #1896AF. Grayscale: #8C8C8C. Windows color (decimal): -1611440 or 5269991. OLE color: 5269991.

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

Color convert

RGB 231 105 80 -
CMYK 0 0.55 0.65 0.09
HSL 9.93º 0.76% 0.61% -
HSV(B) 9.93º 0.65% 0.91% -
XYZ 39.45 27.67 10.85 -
YUV 139.82 94.24 193.03 -
System Red Green Blue C M Y K H S L
Decimal 231 105 80 0 0.55 0.65 0.09 9.93 0.76 0.61
Hex E7 69 50 0 37 41 9 A 4C 3D
Octal 347 151 120 0 67 101 11 12 114 75
Binary 11100111 1101001 1010000 0 110111 1000001 1001 1010 1001100 111101

Color Harmonies of #E76950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76950

Black with #E76950

Text Example


Text Example

White with #E76950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76950; }

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

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

background-color css

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

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

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

border-color css

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

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

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