Html Css Color HEX #EA5A43 Flamingo

📋 copy color: '#EA5A43'

red 234 ◦ green 90 ◦ blue 67

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

Shades of Flamingo #EA5A43

Tints of Flamingo #EA5A43

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.02%

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

R = 59.85%
G = 23.02%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA5A43 (or 0xEA5A43) is known color: Flamingo. HEX triplet: EA, 5A and 43. RGB value is (234,90,67). Sum of RGB (Red+Green+Blue) = 234+90+67=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5A43 is #15A5BC. Grayscale: #828282. Windows color (decimal): -1418685 or 4414186. OLE color: 4414186.

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

Color convert

RGB 234 90 67 -
CMYK 0 0.62 0.71 0.08
HSL 8.26º 0.8% 0.59% -
HSV(B) 8.26º 0.71% 0.92% -
XYZ 38.6 25.21 8.14 -
YUV 130.43 92.21 201.87 -
System Red Green Blue C M Y K H S L
Decimal 234 90 67 0 0.62 0.71 0.08 8.26 0.8 0.59
Hex EA 5A 43 0 3E 47 8 8 50 3B
Octal 352 132 103 0 76 107 10 10 120 73
Binary 11101010 1011010 1000011 0 111110 1000111 1000 1000 1010000 111011

Color Harmonies of #EA5A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A43

Black with #EA5A43

Text Example


Text Example

White with #EA5A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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