Html Css Color HEX #EC5A58 Flamingo

📋 copy color: '#EC5A58'

red 236 ◦ green 90 ◦ blue 88

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

Shades of Flamingo #EC5A58

Tints of Flamingo #EC5A58

RGB

 RED value IS 236 (92.58% from 255) = 57%

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

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

R = 57%
G = 21.74%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC5A58 (or 0xEC5A58) is known color: Flamingo. HEX triplet: EC, 5A and 58. RGB value is (236,90,88). Sum of RGB (Red+Green+Blue) = 236+90+88=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A58 is #13A5A7. Grayscale: #858585. Windows color (decimal): -1287592 or 5790444. OLE color: 5790444.

HSL color Cylindrical-coordinate representation of color #EC5A58: hue angle of 0.81º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5A58 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 90 88 -
CMYK 0 0.62 0.63 0.07
HSL 0.81º 0.8% 0.64% -
HSV(B) 0.81º 0.63% 0.93% -
XYZ 40.01 25.85 12.11 -
YUV 133.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 236 90 88 0 0.62 0.63 0.07 0.81 0.8 0.64
Hex EC 5A 58 0 3E 3F 7 1 50 40
Octal 354 132 130 0 76 77 7 1 120 100
Binary 11101100 1011010 1011000 0 111110 111111 111 1 1010000 1000000

Color Harmonies of #EC5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A58

Black with #EC5A58

Text Example


Text Example

White with #EC5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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