Html Css Color HEX #E76046 Flamingo

📋 copy color: '#E76046'

red 231 ◦ green 96 ◦ blue 70

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

Shades of Flamingo #E76046

Tints of Flamingo #E76046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 58.19%
G = 24.18%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E76046 (or 0xE76046) is known color: Flamingo. HEX triplet: E7, 60 and 46. RGB value is (231,96,70). Sum of RGB (Red+Green+Blue) = 231+96+70=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E76046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76046 is #189FB9. Grayscale: #858585. Windows color (decimal): -1613754 or 4612327. OLE color: 4612327.

HSL color Cylindrical-coordinate representation of color #E76046: hue angle of 9.69º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E76046 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 96 70 -
CMYK 0 0.58 0.70 0.09
HSL 9.69º 0.77% 0.59% -
HSV(B) 9.69º 0.7% 0.91% -
XYZ 38.24 25.8 8.76 -
YUV 133.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 231 96 70 0 0.58 0.70 0.09 9.69 0.77 0.59
Hex E7 60 46 0 3A 46 9 A 4D 3B
Octal 347 140 106 0 72 106 11 12 115 73
Binary 11100111 1100000 1000110 0 111010 1000110 1001 1010 1001101 111011

Color Harmonies of #E76046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76046

Black with #E76046

Text Example


Text Example

White with #E76046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76046; }

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

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

background-color css

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

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

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

border-color css

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

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

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