Html Css Color HEX #EA5C5A Flamingo

📋 copy color: '#EA5C5A'

red 234 ◦ green 92 ◦ blue 90

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

Shades of Flamingo #EA5C5A

Tints of Flamingo #EA5C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.12%

 BLUE value IS 90 (35.55% from 255) = 21.63%

R = 56.25%
G = 22.12%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA5C5A (or 0xEA5C5A) is known color: Flamingo. HEX triplet: EA, 5C and 5A. RGB value is (234,92,90). Sum of RGB (Red+Green+Blue) = 234+92+90=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5C5A is #15A3A5. Grayscale: #868686. Windows color (decimal): -1418150 or 5922026. OLE color: 5922026.

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

Color convert

RGB 234 92 90 -
CMYK 0 0.61 0.62 0.08
HSL 0.83º 0.77% 0.64% -
HSV(B) 0.83º 0.62% 0.92% -
XYZ 39.6 25.88 12.58 -
YUV 134.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 234 92 90 0 0.61 0.62 0.08 0.83 0.77 0.64
Hex EA 5C 5A 0 3D 3E 8 1 4D 40
Octal 352 134 132 0 75 76 10 1 115 100
Binary 11101010 1011100 1011010 0 111101 111110 1000 1 1001101 1000000

Color Harmonies of #EA5C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5C5A

Black with #EA5C5A

Text Example


Text Example

White with #EA5C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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