Html Css Color HEX #EA5A58 Flamingo

📋 copy color: '#EA5A58'

red 234 ◦ green 90 ◦ blue 88

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

Shades of Flamingo #EA5A58

Tints of Flamingo #EA5A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.36%

R = 56.8%
G = 21.84%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA5A58 (or 0xEA5A58) is known color: Flamingo. HEX triplet: EA, 5A and 58. RGB value is (234,90,88). Sum of RGB (Red+Green+Blue) = 234+90+88=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A58 is #15A5A7. Grayscale: #848484. Windows color (decimal): -1418664 or 5790442. OLE color: 5790442.

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

Color convert

RGB 234 90 88 -
CMYK 0 0.62 0.62 0.08
HSL 0.82º 0.78% 0.63% -
HSV(B) 0.82º 0.62% 0.92% -
XYZ 39.35 25.51 12.08 -
YUV 132.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 234 90 88 0 0.62 0.62 0.08 0.82 0.78 0.63
Hex EA 5A 58 0 3E 3E 8 1 4E 3F
Octal 352 132 130 0 76 76 10 1 116 77
Binary 11101010 1011010 1011000 0 111110 111110 1000 1 1001110 111111

Color Harmonies of #EA5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A58

Black with #EA5A58

Text Example


Text Example

White with #EA5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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