Html Css Color HEX #E75656 Flamingo

📋 copy color: '#E75656'

red 231 ◦ green 86 ◦ blue 86

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

Shades of Flamingo #E75656

Tints of Flamingo #E75656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

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

R = 57.32%
G = 21.34%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E75656 (or 0xE75656) is known color: Flamingo. HEX triplet: E7, 56 and 56. RGB value is (231,86,86). Sum of RGB (Red+Green+Blue) = 231+86+86=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E75656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75656 is #18A9A9. Grayscale: #818181. Windows color (decimal): -1616298 or 5658343. OLE color: 5658343.

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

Color convert

RGB 231 86 86 -
CMYK 0 0.63 0.63 0.09
HSL 0.75% 0.62% -
HSV(B) 0.63% 0.91% -
XYZ 37.96 24.32 11.5 -
YUV 129.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 231 86 86 0 0.63 0.63 0.09 0 0.75 0.62
Hex E7 56 56 0 3F 3F 9 0 4B 3E
Octal 347 126 126 0 77 77 11 0 113 76
Binary 11100111 1010110 1010110 0 111111 111111 1001 0 1001011 111110

Color Harmonies of #E75656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75656

Black with #E75656

Text Example


Text Example

White with #E75656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75656; }

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

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

background-color css

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

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

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

border-color css

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

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

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