Html Css Color HEX #EC5A53 Flamingo

📋 copy color: '#EC5A53'

red 236 ◦ green 90 ◦ blue 83

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

Shades of Flamingo #EC5A53

Tints of Flamingo #EC5A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.29%

R = 57.7%
G = 22%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC5A53 (or 0xEC5A53) is known color: Flamingo. HEX triplet: EC, 5A and 53. RGB value is (236,90,83). Sum of RGB (Red+Green+Blue) = 236+90+83=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A53 is #13A5AC. Grayscale: #858585. Windows color (decimal): -1287597 or 5462764. OLE color: 5462764.

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

Color convert

RGB 236 90 83 -
CMYK 0 0.62 0.65 0.07
HSL 2.75º 0.8% 0.63% -
HSV(B) 2.75º 0.65% 0.93% -
XYZ 39.81 25.77 11.06 -
YUV 132.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 236 90 83 0 0.62 0.65 0.07 2.75 0.8 0.63
Hex EC 5A 53 0 3E 41 7 3 50 3F
Octal 354 132 123 0 76 101 7 3 120 77
Binary 11101100 1011010 1010011 0 111110 1000001 111 11 1010000 111111

Color Harmonies of #EC5A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A53

Black with #EC5A53

Text Example


Text Example

White with #EC5A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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