Html Css Color HEX #E76255 Flamingo

📋 copy color: '#E76255'

red 231 ◦ green 98 ◦ blue 85

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

Shades of Flamingo #E76255

Tints of Flamingo #E76255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.67%

 BLUE value IS 85 (33.59% from 255) = 20.53%

R = 55.8%
G = 23.67%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E76255 (or 0xE76255) is known color: Flamingo. HEX triplet: E7, 62 and 55. RGB value is (231,98,85). Sum of RGB (Red+Green+Blue) = 231+98+85=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E76255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76255 is #189DAA. Grayscale: #888888. Windows color (decimal): -1613227 or 5595879. OLE color: 5595879.

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

Color convert

RGB 231 98 85 -
CMYK 0 0.58 0.63 0.09
HSL 5.34º 0.75% 0.62% -
HSV(B) 5.34º 0.63% 0.91% -
XYZ 38.96 26.38 11.63 -
YUV 136.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 231 98 85 0 0.58 0.63 0.09 5.34 0.75 0.62
Hex E7 62 55 0 3A 3F 9 5 4B 3E
Octal 347 142 125 0 72 77 11 5 113 76
Binary 11100111 1100010 1010101 0 111010 111111 1001 101 1001011 111110

Color Harmonies of #E76255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76255

Black with #E76255

Text Example


Text Example

White with #E76255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76255; }

 p { color: rgb(231,98,85); }

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

background-color css

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

 a { background-color: rgb(231,98,85); }

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

border-color css

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

 span { border-color: rgb(231,98,85); }

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