Html Css Color HEX #EA5C55 Flamingo

📋 copy color: '#EA5C55'

red 234 ◦ green 92 ◦ blue 85

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

Shades of Flamingo #EA5C55

Tints of Flamingo #EA5C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 56.93%
G = 22.38%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA5C55 (or 0xEA5C55) is known color: Flamingo. HEX triplet: EA, 5C and 55. RGB value is (234,92,85). Sum of RGB (Red+Green+Blue) = 234+92+85=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5C55 is #15A3AA. Grayscale: #858585. Windows color (decimal): -1418155 or 5594346. OLE color: 5594346.

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

Color convert

RGB 234 92 85 -
CMYK 0 0.61 0.64 0.08
HSL 2.82º 0.78% 0.63% -
HSV(B) 2.82º 0.64% 0.92% -
XYZ 39.4 25.8 11.5 -
YUV 133.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 234 92 85 0 0.61 0.64 0.08 2.82 0.78 0.63
Hex EA 5C 55 0 3D 40 8 3 4E 3F
Octal 352 134 125 0 75 100 10 3 116 77
Binary 11101010 1011100 1010101 0 111101 1000000 1000 11 1001110 111111

Color Harmonies of #EA5C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5C55

Black with #EA5C55

Text Example


Text Example

White with #EA5C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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