Html Css Color HEX #EC6851 Flamingo

📋 copy color: '#EC6851'

red 236 ◦ green 104 ◦ blue 81

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

Shades of Flamingo #EC6851

Tints of Flamingo #EC6851

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.7%

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

R = 56.06%
G = 24.7%
B = 19.24%

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

#EC6851 (or 0xEC6851) is known color: Flamingo. HEX triplet: EC, 68 and 51. RGB value is (236,104,81). Sum of RGB (Red+Green+Blue) = 236+104+81=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6851 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6851 is #1397AE. Grayscale: #8D8D8D. Windows color (decimal): -1284015 or 5335276. OLE color: 5335276.

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

Color convert

RGB 236 104 81 -
CMYK 0 0.56 0.66 0.07
HSL 8.9º 0.8% 0.62% -
HSV(B) 8.9º 0.66% 0.93% -
XYZ 41.03 28.33 11.09 -
YUV 140.85 94.23 195.87 -
System Red Green Blue C M Y K H S L
Decimal 236 104 81 0 0.56 0.66 0.07 8.9 0.8 0.62
Hex EC 68 51 0 38 42 7 9 50 3E
Octal 354 150 121 0 70 102 7 11 120 76
Binary 11101100 1101000 1010001 0 111000 1000010 111 1001 1010000 111110

Color Harmonies of #EC6851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6851

Black with #EC6851

Text Example


Text Example

White with #EC6851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6851; }

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

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

background-color css

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

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

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

border-color css

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

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

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