Html Css Color HEX #E76053 Flamingo

📋 copy color: '#E76053'

red 231 ◦ green 96 ◦ blue 83

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

Shades of Flamingo #E76053

Tints of Flamingo #E76053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.24%

R = 56.34%
G = 23.41%
B = 20.24%

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

#E76053 (or 0xE76053) is known color: Flamingo. HEX triplet: E7, 60 and 53. RGB value is (231,96,83). Sum of RGB (Red+Green+Blue) = 231+96+83=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E76053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76053 is #189FAC. Grayscale: #878787. Windows color (decimal): -1613741 or 5464295. OLE color: 5464295.

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

Color convert

RGB 231 96 83 -
CMYK 0 0.58 0.64 0.09
HSL 5.27º 0.76% 0.62% -
HSV(B) 5.27º 0.64% 0.91% -
XYZ 38.7 25.98 11.16 -
YUV 134.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 231 96 83 0 0.58 0.64 0.09 5.27 0.76 0.62
Hex E7 60 53 0 3A 40 9 5 4C 3E
Octal 347 140 123 0 72 100 11 5 114 76
Binary 11100111 1100000 1010011 0 111010 1000000 1001 101 1001100 111110

Color Harmonies of #E76053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76053

Black with #E76053

Text Example


Text Example

White with #E76053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76053; }

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

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

background-color css

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

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

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

border-color css

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

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

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