Html Css Color HEX #EA5447 Flamingo

📋 copy color: '#EA5447'

red 234 ◦ green 84 ◦ blue 71

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

Shades of Flamingo #EA5447

Tints of Flamingo #EA5447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

 BLUE value IS 71 (28.13% from 255) = 18.25%

R = 60.15%
G = 21.59%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA5447 (or 0xEA5447) is known color: Flamingo. HEX triplet: EA, 54 and 47. RGB value is (234,84,71). Sum of RGB (Red+Green+Blue) = 234+84+71=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5447 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5447 is #15ABB8. Grayscale: #7F7F7F. Windows color (decimal): -1420217 or 4674794. OLE color: 4674794.

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

Color convert

RGB 234 84 71 -
CMYK 0 0.64 0.70 0.08
HSL 4.79º 0.8% 0.6% -
HSV(B) 4.79º 0.7% 0.92% -
XYZ 38.24 24.29 8.63 -
YUV 127.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 234 84 71 0 0.64 0.70 0.08 4.79 0.8 0.6
Hex EA 54 47 0 40 46 8 5 50 3C
Octal 352 124 107 0 100 106 10 5 120 74
Binary 11101010 1010100 1000111 0 1000000 1000110 1000 101 1010000 111100

Color Harmonies of #EA5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5447

Black with #EA5447

Text Example


Text Example

White with #EA5447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5447; }

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

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

background-color css

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

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

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

border-color css

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

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

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