Html Css Color HEX #EC6950 Flamingo

📋 copy color: '#EC6950'

red 236 ◦ green 105 ◦ blue 80

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

Shades of Flamingo #EC6950

Tints of Flamingo #EC6950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.94%

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

R = 56.06%
G = 24.94%
B = 19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC6950 (or 0xEC6950) is known color: Flamingo. HEX triplet: EC, 69 and 50. RGB value is (236,105,80). Sum of RGB (Red+Green+Blue) = 236+105+80=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6950 is #1396AF. Grayscale: #8D8D8D. Windows color (decimal): -1283760 or 5269996. OLE color: 5269996.

HSL color Cylindrical-coordinate representation of color #EC6950: hue angle of 9.62º 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 #EC6950 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 105 80 -
CMYK 0 0.56 0.66 0.07
HSL 9.62º 0.8% 0.62% -
HSV(B) 9.62º 0.66% 0.93% -
XYZ 41.09 28.52 10.93 -
YUV 141.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 236 105 80 0 0.56 0.66 0.07 9.62 0.8 0.62
Hex EC 69 50 0 38 42 7 A 50 3E
Octal 354 151 120 0 70 102 7 12 120 76
Binary 11101100 1101001 1010000 0 111000 1000010 111 1010 1010000 111110

Color Harmonies of #EC6950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6950

Black with #EC6950

Text Example


Text Example

White with #EC6950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6950; }

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

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

background-color css

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

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

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

border-color css

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

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

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