Html Css Color HEX #EA5543 Flamingo

📋 copy color: '#EA5543'

red 234 ◦ green 85 ◦ blue 67

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

Shades of Flamingo #EA5543

Tints of Flamingo #EA5543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.02%

 BLUE value IS 67 (26.56% from 255) = 17.36%

R = 60.62%
G = 22.02%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA5543 (or 0xEA5543) is known color: Flamingo. HEX triplet: EA, 55 and 43. RGB value is (234,85,67). Sum of RGB (Red+Green+Blue) = 234+85+67=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5543 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5543 is #15AABC. Grayscale: #7F7F7F. Windows color (decimal): -1419965 or 4412906. OLE color: 4412906.

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

Color convert

RGB 234 85 67 -
CMYK 0 0.64 0.71 0.08
HSL 6.47º 0.8% 0.59% -
HSV(B) 6.47º 0.71% 0.92% -
XYZ 38.19 24.39 8.01 -
YUV 127.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 234 85 67 0 0.64 0.71 0.08 6.47 0.8 0.59
Hex EA 55 43 0 40 47 8 6 50 3B
Octal 352 125 103 0 100 107 10 6 120 73
Binary 11101010 1010101 1000011 0 1000000 1000111 1000 110 1010000 111011

Color Harmonies of #EA5543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5543

Black with #EA5543

Text Example


Text Example

White with #EA5543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5543; }

 p { color: rgb(234,85,67); }

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

background-color css

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

 a { background-color: rgb(234,85,67); }

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

border-color css

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

 span { border-color: rgb(234,85,67); }

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