Html Css Color HEX #EA5656 Flamingo

📋 copy color: '#EA5656'

red 234 ◦ green 86 ◦ blue 86

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

Shades of Flamingo #EA5656

Tints of Flamingo #EA5656

RGB

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

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

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

R = 57.64%
G = 21.18%
B = 21.18%

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

#EA5656 (or 0xEA5656) is known color: Flamingo. HEX triplet: EA, 56 and 56. RGB value is (234,86,86). Sum of RGB (Red+Green+Blue) = 234+86+86=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5656 is #15A9A9. Grayscale: #828282. Windows color (decimal): -1419690 or 5658346. OLE color: 5658346.

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

Color convert

RGB 234 86 86 -
CMYK 0 0.63 0.63 0.08
HSL 0.78% 0.63% -
HSV(B) 0.63% 0.92% -
XYZ 38.94 24.82 11.54 -
YUV 130.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 234 86 86 0 0.63 0.63 0.08 0 0.78 0.63
Hex EA 56 56 0 3F 3F 8 0 4E 3F
Octal 352 126 126 0 77 77 10 0 116 77
Binary 11101010 1010110 1010110 0 111111 111111 1000 0 1001110 111111

Color Harmonies of #EA5656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5656

Black with #EA5656

Text Example


Text Example

White with #EA5656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5656; }

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

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

background-color css

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

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

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

border-color css

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

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

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