Html Css Color HEX #EA5B55 Flamingo

📋 copy color: '#EA5B55'

red 234 ◦ green 91 ◦ blue 85

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

Shades of Flamingo #EA5B55

Tints of Flamingo #EA5B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.2%

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

R = 57.07%
G = 22.2%
B = 20.73%

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

#EA5B55 (or 0xEA5B55) is known color: Flamingo. HEX triplet: EA, 5B and 55. RGB value is (234,91,85). Sum of RGB (Red+Green+Blue) = 234+91+85=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5B55 is #15A4AA. Grayscale: #858585. Windows color (decimal): -1418411 or 5594090. OLE color: 5594090.

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

Color convert

RGB 234 91 85 -
CMYK 0 0.61 0.64 0.08
HSL 2.42º 0.78% 0.63% -
HSV(B) 2.42º 0.64% 0.92% -
XYZ 39.31 25.63 11.47 -
YUV 133.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 234 91 85 0 0.61 0.64 0.08 2.42 0.78 0.63
Hex EA 5B 55 0 3D 40 8 2 4E 3F
Octal 352 133 125 0 75 100 10 2 116 77
Binary 11101010 1011011 1010101 0 111101 1000000 1000 10 1001110 111111

Color Harmonies of #EA5B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5B55

Black with #EA5B55

Text Example


Text Example

White with #EA5B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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