Html Css Color HEX #EC5450 Flamingo

📋 copy color: '#EC5450'

red 236 ◦ green 84 ◦ blue 80

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

Shades of Flamingo #EC5450

Tints of Flamingo #EC5450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

 BLUE value IS 80 (31.64% from 255) = 20%

R = 59%
G = 21%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC5450 (or 0xEC5450) is known color: Flamingo. HEX triplet: EC, 54 and 50. RGB value is (236,84,80). Sum of RGB (Red+Green+Blue) = 236+84+80=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5450 is #13ABAF. Grayscale: #818181. Windows color (decimal): -1289136 or 5264620. OLE color: 5264620.

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

Color convert

RGB 236 84 80 -
CMYK 0 0.64 0.66 0.07
HSL 1.54º 0.8% 0.62% -
HSV(B) 1.54º 0.66% 0.93% -
XYZ 39.21 24.75 10.3 -
YUV 128.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 236 84 80 0 0.64 0.66 0.07 1.54 0.8 0.62
Hex EC 54 50 0 40 42 7 2 50 3E
Octal 354 124 120 0 100 102 7 2 120 76
Binary 11101100 1010100 1010000 0 1000000 1000010 111 10 1010000 111110

Color Harmonies of #EC5450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5450

Black with #EC5450

Text Example


Text Example

White with #EC5450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5450; }

 p { color: rgb(236,84,80); }

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

background-color css

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

 a { background-color: rgb(236,84,80); }

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

border-color css

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

 span { border-color: rgb(236,84,80); }

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