Html Css Color HEX #EA5A54 Flamingo

📋 copy color: '#EA5A54'

red 234 ◦ green 90 ◦ blue 84

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

Shades of Flamingo #EA5A54

Tints of Flamingo #EA5A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.06%

 BLUE value IS 84 (33.2% from 255) = 20.59%

R = 57.35%
G = 22.06%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA5A54 (or 0xEA5A54) is known color: Flamingo. HEX triplet: EA, 5A and 54. RGB value is (234,90,84). Sum of RGB (Red+Green+Blue) = 234+90+84=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A54 is #15A5AB. Grayscale: #848484. Windows color (decimal): -1418668 or 5528298. OLE color: 5528298.

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

Color convert

RGB 234 90 84 -
CMYK 0 0.62 0.64 0.08
HSL 2.4º 0.78% 0.62% -
HSV(B) 2.4º 0.64% 0.92% -
XYZ 39.19 25.44 11.23 -
YUV 132.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 234 90 84 0 0.62 0.64 0.08 2.4 0.78 0.62
Hex EA 5A 54 0 3E 40 8 2 4E 3E
Octal 352 132 124 0 76 100 10 2 116 76
Binary 11101010 1011010 1010100 0 111110 1000000 1000 10 1001110 111110

Color Harmonies of #EA5A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A54

Black with #EA5A54

Text Example


Text Example

White with #EA5A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A54; }

 p { color: rgb(234,90,84); }

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

background-color css

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

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

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

border-color css

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

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

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