Html Css Color HEX #EA5E43 Flamingo

📋 copy color: '#EA5E43'

red 234 ◦ green 94 ◦ blue 67

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

Shades of Flamingo #EA5E43

Tints of Flamingo #EA5E43

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.8%

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

R = 59.24%
G = 23.8%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA5E43 (or 0xEA5E43) is known color: Flamingo. HEX triplet: EA, 5E and 43. RGB value is (234,94,67). Sum of RGB (Red+Green+Blue) = 234+94+67=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E43 is #15A1BC. Grayscale: #858585. Windows color (decimal): -1417661 or 4415210. OLE color: 4415210.

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

Color convert

RGB 234 94 67 -
CMYK 0 0.60 0.71 0.08
HSL 9.7º 0.8% 0.59% -
HSV(B) 9.7º 0.71% 0.92% -
XYZ 38.95 25.9 8.26 -
YUV 132.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 234 94 67 0 0.60 0.71 0.08 9.7 0.8 0.59
Hex EA 5E 43 0 3C 47 8 A 50 3B
Octal 352 136 103 0 74 107 10 12 120 73
Binary 11101010 1011110 1000011 0 111100 1000111 1000 1010 1010000 111011

Color Harmonies of #EA5E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E43

Black with #EA5E43

Text Example


Text Example

White with #EA5E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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