Html Css Color HEX #EA5846 Flamingo

📋 copy color: '#EA5846'

red 234 ◦ green 88 ◦ blue 70

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

Shades of Flamingo #EA5846

Tints of Flamingo #EA5846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.45%

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

R = 59.69%
G = 22.45%
B = 17.86%

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

#EA5846 (or 0xEA5846) is known color: Flamingo. HEX triplet: EA, 58 and 46. RGB value is (234,88,70). Sum of RGB (Red+Green+Blue) = 234+88+70=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5846 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5846 is #15A7B9. Grayscale: #818181. Windows color (decimal): -1419194 or 4610282. OLE color: 4610282.

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

Color convert

RGB 234 88 70 -
CMYK 0 0.62 0.70 0.08
HSL 6.59º 0.8% 0.6% -
HSV(B) 6.59º 0.7% 0.92% -
XYZ 38.53 24.91 8.57 -
YUV 129.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 234 88 70 0 0.62 0.70 0.08 6.59 0.8 0.6
Hex EA 58 46 0 3E 46 8 7 50 3C
Octal 352 130 106 0 76 106 10 7 120 74
Binary 11101010 1011000 1000110 0 111110 1000110 1000 111 1010000 111100

Color Harmonies of #EA5846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5846

Black with #EA5846

Text Example


Text Example

White with #EA5846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5846; }

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

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

background-color css

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

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

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

border-color css

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

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

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