Html Css Color HEX #EA5E46 Flamingo

📋 copy color: '#EA5E46'

red 234 ◦ green 94 ◦ blue 70

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

Shades of Flamingo #EA5E46

Tints of Flamingo #EA5E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.59%

R = 58.79%
G = 23.62%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA5E46 (or 0xEA5E46) is known color: Flamingo. HEX triplet: EA, 5E and 46. RGB value is (234,94,70). Sum of RGB (Red+Green+Blue) = 234+94+70=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E46 is #15A1B9. Grayscale: #858585. Windows color (decimal): -1417658 or 4611818. OLE color: 4611818.

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

Color convert

RGB 234 94 70 -
CMYK 0 0.60 0.70 0.08
HSL 8.78º 0.8% 0.6% -
HSV(B) 8.78º 0.7% 0.92% -
XYZ 39.04 25.94 8.74 -
YUV 133.12 92.38 199.95 -
System Red Green Blue C M Y K H S L
Decimal 234 94 70 0 0.60 0.70 0.08 8.78 0.8 0.6
Hex EA 5E 46 0 3C 46 8 9 50 3C
Octal 352 136 106 0 74 106 10 11 120 74
Binary 11101010 1011110 1000110 0 111100 1000110 1000 1001 1010000 111100

Color Harmonies of #EA5E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E46

Black with #EA5E46

Text Example


Text Example

White with #EA5E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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