Html Css Color HEX #EA5850 Flamingo

📋 copy color: '#EA5850'

red 234 ◦ green 88 ◦ blue 80

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

Shades of Flamingo #EA5850

Tints of Flamingo #EA5850

RGB

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

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

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

R = 58.21%
G = 21.89%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA5850 (or 0xEA5850) is known color: Flamingo. HEX triplet: EA, 58 and 50. RGB value is (234,88,80). Sum of RGB (Red+Green+Blue) = 234+88+80=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5850 is #15A7AF. Grayscale: #828282. Windows color (decimal): -1419184 or 5265642. OLE color: 5265642.

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

Color convert

RGB 234 88 80 -
CMYK 0 0.62 0.66 0.08
HSL 3.12º 0.79% 0.62% -
HSV(B) 3.12º 0.66% 0.92% -
XYZ 38.87 25.05 10.38 -
YUV 130.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 234 88 80 0 0.62 0.66 0.08 3.12 0.79 0.62
Hex EA 58 50 0 3E 42 8 3 4F 3E
Octal 352 130 120 0 76 102 10 3 117 76
Binary 11101010 1011000 1010000 0 111110 1000010 1000 11 1001111 111110

Color Harmonies of #EA5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5850

Black with #EA5850

Text Example


Text Example

White with #EA5850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5850; }

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

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

background-color css

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

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

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

border-color css

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

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

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