Html Css Color HEX #EA5E50 Flamingo

📋 copy color: '#EA5E50'

red 234 ◦ green 94 ◦ blue 80

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

Shades of Flamingo #EA5E50

Tints of Flamingo #EA5E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 57.35%
G = 23.04%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA5E50 (or 0xEA5E50) is known color: Flamingo. HEX triplet: EA, 5E and 50. RGB value is (234,94,80). Sum of RGB (Red+Green+Blue) = 234+94+80=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E50 is #15A1AF. Grayscale: #868686. Windows color (decimal): -1417648 or 5267178. OLE color: 5267178.

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

Color convert

RGB 234 94 80 -
CMYK 0 0.60 0.66 0.08
HSL 5.45º 0.79% 0.62% -
HSV(B) 5.45º 0.66% 0.92% -
XYZ 39.38 26.08 10.55 -
YUV 134.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 234 94 80 0 0.60 0.66 0.08 5.45 0.79 0.62
Hex EA 5E 50 0 3C 42 8 5 4F 3E
Octal 352 136 120 0 74 102 10 5 117 76
Binary 11101010 1011110 1010000 0 111100 1000010 1000 101 1001111 111110

Color Harmonies of #EA5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E50

Black with #EA5E50

Text Example


Text Example

White with #EA5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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