Html Css Color HEX #EA5A46 Flamingo

📋 copy color: '#EA5A46'

red 234 ◦ green 90 ◦ blue 70

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

Shades of Flamingo #EA5A46

Tints of Flamingo #EA5A46

RGB

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

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

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

R = 59.39%
G = 22.84%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA5A46 (or 0xEA5A46) is known color: Flamingo. HEX triplet: EA, 5A and 46. RGB value is (234,90,70). Sum of RGB (Red+Green+Blue) = 234+90+70=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5A46 is #15A5B9. Grayscale: #838383. Windows color (decimal): -1418682 or 4610794. OLE color: 4610794.

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

Color convert

RGB 234 90 70 -
CMYK 0 0.62 0.70 0.08
HSL 7.32º 0.8% 0.6% -
HSV(B) 7.32º 0.7% 0.92% -
XYZ 38.69 25.25 8.63 -
YUV 130.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 234 90 70 0 0.62 0.70 0.08 7.32 0.8 0.6
Hex EA 5A 46 0 3E 46 8 7 50 3C
Octal 352 132 106 0 76 106 10 7 120 74
Binary 11101010 1011010 1000110 0 111110 1000110 1000 111 1010000 111100

Color Harmonies of #EA5A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A46

Black with #EA5A46

Text Example


Text Example

White with #EA5A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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