Html Css Color HEX #EA5756 Flamingo

📋 copy color: '#EA5756'

red 234 ◦ green 87 ◦ blue 86

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

Shades of Flamingo #EA5756

Tints of Flamingo #EA5756

RGB

 RED value IS 234 (91.8% from 255) = 57.49%

 GREEN value IS 87 (34.38% from 255) = 21.38%

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

R = 57.49%
G = 21.38%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA5756 (or 0xEA5756) is known color: Flamingo. HEX triplet: EA, 57 and 56. RGB value is (234,87,86). Sum of RGB (Red+Green+Blue) = 234+87+86=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5756 is #15A8A9. Grayscale: #828282. Windows color (decimal): -1419434 or 5658602. OLE color: 5658602.

HSL color Cylindrical-coordinate representation of color #EA5756: hue angle of 0.41º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5756 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 87 86 -
CMYK 0 0.63 0.63 0.08
HSL 0.41º 0.78% 0.63% -
HSV(B) 0.41º 0.63% 0.92% -
XYZ 39.02 24.98 11.57 -
YUV 130.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 234 87 86 0 0.63 0.63 0.08 0.41 0.78 0.63
Hex EA 57 56 0 3F 3F 8 0 4E 3F
Octal 352 127 126 0 77 77 10 0 116 77
Binary 11101010 1010111 1010110 0 111111 111111 1000 0 1001110 111111

Color Harmonies of #EA5756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5756

Black with #EA5756

Text Example


Text Example

White with #EA5756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5756; }

 p { color: rgb(234,87,86); }

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

background-color css

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

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

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

border-color css

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

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

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