Html Css Color HEX #EA5A55 Flamingo

📋 copy color: '#EA5A55'

red 234 ◦ green 90 ◦ blue 85

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

Shades of Flamingo #EA5A55

Tints of Flamingo #EA5A55

RGB

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

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

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

R = 57.21%
G = 22%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA5A55 (or 0xEA5A55) is known color: Flamingo. HEX triplet: EA, 5A and 55. RGB value is (234,90,85). Sum of RGB (Red+Green+Blue) = 234+90+85=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A55 is #15A5AA. Grayscale: #848484. Windows color (decimal): -1418667 or 5593834. OLE color: 5593834.

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

Color convert

RGB 234 90 85 -
CMYK 0 0.62 0.64 0.08
HSL 2.01º 0.78% 0.63% -
HSV(B) 2.01º 0.64% 0.92% -
XYZ 39.23 25.46 11.44 -
YUV 132.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 234 90 85 0 0.62 0.64 0.08 2.01 0.78 0.63
Hex EA 5A 55 0 3E 40 8 2 4E 3F
Octal 352 132 125 0 76 100 10 2 116 77
Binary 11101010 1011010 1010101 0 111110 1000000 1000 10 1001110 111111

Color Harmonies of #EA5A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A55

Black with #EA5A55

Text Example


Text Example

White with #EA5A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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