Html Css Color HEX #EC6951 Flamingo

📋 copy color: '#EC6951'

red 236 ◦ green 105 ◦ blue 81

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

Shades of Flamingo #EC6951

Tints of Flamingo #EC6951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.19%

R = 55.92%
G = 24.88%
B = 19.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

#EC6951 (or 0xEC6951) is known color: Flamingo. HEX triplet: EC, 69 and 51. RGB value is (236,105,81). Sum of RGB (Red+Green+Blue) = 236+105+81=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6951 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6951 is #1396AE. Grayscale: #8D8D8D. Windows color (decimal): -1283759 or 5335532. OLE color: 5335532.

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

Color convert

RGB 236 105 81 -
CMYK 0 0.56 0.66 0.07
HSL 9.29º 0.8% 0.62% -
HSV(B) 9.29º 0.66% 0.93% -
XYZ 41.13 28.53 11.12 -
YUV 141.43 93.9 195.45 -
System Red Green Blue C M Y K H S L
Decimal 236 105 81 0 0.56 0.66 0.07 9.29 0.8 0.62
Hex EC 69 51 0 38 42 7 9 50 3E
Octal 354 151 121 0 70 102 7 11 120 76
Binary 11101100 1101001 1010001 0 111000 1000010 111 1001 1010000 111110

Color Harmonies of #EC6951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6951

Black with #EC6951

Text Example


Text Example

White with #EC6951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6951; }

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

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

background-color css

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

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

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

border-color css

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

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

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