Html Css Color HEX #E76154 Flamingo

📋 copy color: '#E76154'

red 231 ◦ green 97 ◦ blue 84

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

Shades of Flamingo #E76154

Tints of Flamingo #E76154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.39%

R = 56.07%
G = 23.54%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E76154 (or 0xE76154) is known color: Flamingo. HEX triplet: E7, 61 and 54. RGB value is (231,97,84). Sum of RGB (Red+Green+Blue) = 231+97+84=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E76154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76154 is #189EAB. Grayscale: #878787. Windows color (decimal): -1613484 or 5530087. OLE color: 5530087.

HSL color Cylindrical-coordinate representation of color #E76154: hue angle of 5.31º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E76154 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 97 84 -
CMYK 0 0.58 0.64 0.09
HSL 5.31º 0.75% 0.62% -
HSV(B) 5.31º 0.64% 0.91% -
XYZ 38.83 26.18 11.39 -
YUV 135.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 231 97 84 0 0.58 0.64 0.09 5.31 0.75 0.62
Hex E7 61 54 0 3A 40 9 5 4B 3E
Octal 347 141 124 0 72 100 11 5 113 76
Binary 11100111 1100001 1010100 0 111010 1000000 1001 101 1001011 111110

Color Harmonies of #E76154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76154

Black with #E76154

Text Example


Text Example

White with #E76154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76154; }

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

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

background-color css

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

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

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

border-color css

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

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

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