Html Css Color HEX #EA574A Flamingo

📋 copy color: '#EA574A'

red 234 ◦ green 87 ◦ blue 74

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

Shades of Flamingo #EA574A

Tints of Flamingo #EA574A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 59.24%
G = 22.03%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA574A (or 0xEA574A) is known color: Flamingo. HEX triplet: EA, 57 and 4A. RGB value is (234,87,74). Sum of RGB (Red+Green+Blue) = 234+87+74=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA574A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA574A is #15A8B5. Grayscale: #818181. Windows color (decimal): -1419446 or 4872170. OLE color: 4872170.

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

Color convert

RGB 234 87 74 -
CMYK 0 0.63 0.68 0.08
HSL 4.88º 0.79% 0.6% -
HSV(B) 4.88º 0.68% 0.92% -
XYZ 38.58 24.8 9.23 -
YUV 129.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 234 87 74 0 0.63 0.68 0.08 4.88 0.79 0.6
Hex EA 57 4A 0 3F 44 8 5 4F 3C
Octal 352 127 112 0 77 104 10 5 117 74
Binary 11101010 1010111 1001010 0 111111 1000100 1000 101 1001111 111100

Color Harmonies of #EA574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA574A

Black with #EA574A

Text Example


Text Example

White with #EA574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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