Html Css Color HEX #EA5649 Flamingo

📋 copy color: '#EA5649'

red 234 ◦ green 86 ◦ blue 73

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

Shades of Flamingo #EA5649

Tints of Flamingo #EA5649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.88%

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 59.54%
G = 21.88%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA5649 (or 0xEA5649) is known color: Flamingo. HEX triplet: EA, 56 and 49. RGB value is (234,86,73). Sum of RGB (Red+Green+Blue) = 234+86+73=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5649 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5649 is #15A9B6. Grayscale: #808080. Windows color (decimal): -1419703 or 4806378. OLE color: 4806378.

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

Color convert

RGB 234 86 73 -
CMYK 0 0.63 0.69 0.08
HSL 4.84º 0.79% 0.6% -
HSV(B) 4.84º 0.69% 0.92% -
XYZ 38.46 24.63 9.03 -
YUV 128.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 234 86 73 0 0.63 0.69 0.08 4.84 0.79 0.6
Hex EA 56 49 0 3F 45 8 5 4F 3C
Octal 352 126 111 0 77 105 10 5 117 74
Binary 11101010 1010110 1001001 0 111111 1000101 1000 101 1001111 111100

Color Harmonies of #EA5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5649

Black with #EA5649

Text Example


Text Example

White with #EA5649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5649; }

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

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

background-color css

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

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

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

border-color css

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

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

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