Html Css Color HEX #E75F56 Flamingo

📋 copy color: '#E75F56'

red 231 ◦ green 95 ◦ blue 86

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

Shades of Flamingo #E75F56

Tints of Flamingo #E75F56

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.06%

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 56.07%
G = 23.06%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E75F56 (or 0xE75F56) is known color: Flamingo. HEX triplet: E7, 5F and 56. RGB value is (231,95,86). Sum of RGB (Red+Green+Blue) = 231+95+86=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75F56 is #18A0A9. Grayscale: #868686. Windows color (decimal): -1613994 or 5660647. OLE color: 5660647.

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

Color convert

RGB 231 95 86 -
CMYK 0 0.59 0.63 0.09
HSL 3.72º 0.75% 0.62% -
HSV(B) 3.72º 0.63% 0.91% -
XYZ 38.73 25.85 11.75 -
YUV 134.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 231 95 86 0 0.59 0.63 0.09 3.72 0.75 0.62
Hex E7 5F 56 0 3B 3F 9 4 4B 3E
Octal 347 137 126 0 73 77 11 4 113 76
Binary 11100111 1011111 1010110 0 111011 111111 1001 100 1001011 111110

Color Harmonies of #E75F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75F56

Black with #E75F56

Text Example


Text Example

White with #E75F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75F56; }

 p { color: rgb(231,95,86); }

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

background-color css

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

 a { background-color: rgb(231,95,86); }

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

border-color css

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

 span { border-color: rgb(231,95,86); }

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