Html Css Color HEX #E76051 Flamingo

📋 copy color: '#E76051'

red 231 ◦ green 96 ◦ blue 81

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

Shades of Flamingo #E76051

Tints of Flamingo #E76051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.53%

 BLUE value IS 81 (32.03% from 255) = 19.85%

R = 56.62%
G = 23.53%
B = 19.85%

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

#E76051 (or 0xE76051) is known color: Flamingo. HEX triplet: E7, 60 and 51. RGB value is (231,96,81). Sum of RGB (Red+Green+Blue) = 231+96+81=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E76051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76051 is #189FAE. Grayscale: #868686. Windows color (decimal): -1613743 or 5333223. OLE color: 5333223.

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

Color convert

RGB 231 96 81 -
CMYK 0 0.58 0.65 0.09
HSL 0.76% 0.61% -
HSV(B) 0.65% 0.91% -
XYZ 38.62 25.95 10.76 -
YUV 134.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 231 96 81 0 0.58 0.65 0.09 6 0.76 0.61
Hex E7 60 51 0 3A 41 9 6 4C 3D
Octal 347 140 121 0 72 101 11 6 114 75
Binary 11100111 1100000 1010001 0 111010 1000001 1001 110 1001100 111101

Color Harmonies of #E76051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76051

Black with #E76051

Text Example


Text Example

White with #E76051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76051; }

 p { color: rgb(231,96,81); }

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

background-color css

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

 a { background-color: rgb(231,96,81); }

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

border-color css

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

 span { border-color: rgb(231,96,81); }

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