Html Css Color HEX #E75E50 Flamingo

📋 copy color: '#E75E50'

red 231 ◦ green 94 ◦ blue 80

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

Shades of Flamingo #E75E50

Tints of Flamingo #E75E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.21%

 BLUE value IS 80 (31.64% from 255) = 19.75%

R = 57.04%
G = 23.21%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E75E50 (or 0xE75E50) is known color: Flamingo. HEX triplet: E7, 5E and 50. RGB value is (231,94,80). Sum of RGB (Red+Green+Blue) = 231+94+80=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75E50 is #18A1AF. Grayscale: #858585. Windows color (decimal): -1614256 or 5267175. OLE color: 5267175.

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

Color convert

RGB 231 94 80 -
CMYK 0 0.59 0.65 0.09
HSL 5.56º 0.76% 0.61% -
HSV(B) 5.56º 0.65% 0.91% -
XYZ 38.41 25.57 10.5 -
YUV 133.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 231 94 80 0 0.59 0.65 0.09 5.56 0.76 0.61
Hex E7 5E 50 0 3B 41 9 6 4C 3D
Octal 347 136 120 0 73 101 11 6 114 75
Binary 11100111 1011110 1010000 0 111011 1000001 1001 110 1001100 111101

Color Harmonies of #E75E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75E50

Black with #E75E50

Text Example


Text Example

White with #E75E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75E50; }

 p { color: rgb(231,94,80); }

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

background-color css

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

 a { background-color: rgb(231,94,80); }

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

border-color css

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

 span { border-color: rgb(231,94,80); }

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