Html Css Color HEX #EA5E55 Flamingo

📋 copy color: '#EA5E55'

red 234 ◦ green 94 ◦ blue 85

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

Shades of Flamingo #EA5E55

Tints of Flamingo #EA5E55

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.76%

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 56.66%
G = 22.76%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA5E55 (or 0xEA5E55) is known color: Flamingo. HEX triplet: EA, 5E and 55. RGB value is (234,94,85). Sum of RGB (Red+Green+Blue) = 234+94+85=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E55 is #15A1AA. Grayscale: #878787. Windows color (decimal): -1417643 or 5594858. OLE color: 5594858.

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

Color convert

RGB 234 94 85 -
CMYK 0 0.60 0.64 0.08
HSL 3.62º 0.78% 0.63% -
HSV(B) 3.62º 0.64% 0.92% -
XYZ 39.57 26.15 11.56 -
YUV 134.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 234 94 85 0 0.60 0.64 0.08 3.62 0.78 0.63
Hex EA 5E 55 0 3C 40 8 4 4E 3F
Octal 352 136 125 0 74 100 10 4 116 77
Binary 11101010 1011110 1010101 0 111100 1000000 1000 100 1001110 111111

Color Harmonies of #EA5E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E55

Black with #EA5E55

Text Example


Text Example

White with #EA5E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E55; }

 p { color: rgb(234,94,85); }

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

background-color css

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

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

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

border-color css

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

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

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