Html Css Color HEX #EA5856 Flamingo

📋 copy color: '#EA5856'

red 234 ◦ green 88 ◦ blue 86

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

Shades of Flamingo #EA5856

Tints of Flamingo #EA5856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.57%

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

R = 57.35%
G = 21.57%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA5856 (or 0xEA5856) is known color: Flamingo. HEX triplet: EA, 58 and 56. RGB value is (234,88,86). Sum of RGB (Red+Green+Blue) = 234+88+86=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5856 is #15A7A9. Grayscale: #838383. Windows color (decimal): -1419178 or 5658858. OLE color: 5658858.

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

Color convert

RGB 234 88 86 -
CMYK 0 0.62 0.63 0.08
HSL 0.81º 0.78% 0.63% -
HSV(B) 0.81º 0.63% 0.92% -
XYZ 39.1 25.14 11.6 -
YUV 131.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 234 88 86 0 0.62 0.63 0.08 0.81 0.78 0.63
Hex EA 58 56 0 3E 3F 8 1 4E 3F
Octal 352 130 126 0 76 77 10 1 116 77
Binary 11101010 1011000 1010110 0 111110 111111 1000 1 1001110 111111

Color Harmonies of #EA5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5856

Black with #EA5856

Text Example


Text Example

White with #EA5856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5856; }

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

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

background-color css

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

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

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

border-color css

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

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

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