Html Css Color HEX #EA5754 Flamingo

📋 copy color: '#EA5754'

red 234 ◦ green 87 ◦ blue 84

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

Shades of Flamingo #EA5754

Tints of Flamingo #EA5754

RGB

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

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

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

R = 57.78%
G = 21.48%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA5754 (or 0xEA5754) is known color: Flamingo. HEX triplet: EA, 57 and 54. RGB value is (234,87,84). Sum of RGB (Red+Green+Blue) = 234+87+84=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5754 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5754 is #15A8AB. Grayscale: #828282. Windows color (decimal): -1419436 or 5527530. OLE color: 5527530.

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

Color convert

RGB 234 87 84 -
CMYK 0 0.63 0.64 0.08
HSL 1.2º 0.78% 0.62% -
HSV(B) 1.2º 0.64% 0.92% -
XYZ 38.94 24.95 11.15 -
YUV 130.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 234 87 84 0 0.63 0.64 0.08 1.2 0.78 0.62
Hex EA 57 54 0 3F 40 8 1 4E 3E
Octal 352 127 124 0 77 100 10 1 116 76
Binary 11101010 1010111 1010100 0 111111 1000000 1000 1 1001110 111110

Color Harmonies of #EA5754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5754

Black with #EA5754

Text Example


Text Example

White with #EA5754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5754; }

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

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

background-color css

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

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

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

border-color css

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

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

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