Html Css Color HEX #EC6154 Flamingo

📋 copy color: '#EC6154'

red 236 ◦ green 97 ◦ blue 84

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

Shades of Flamingo #EC6154

Tints of Flamingo #EC6154

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

 BLUE value IS 84 (33.2% from 255) = 20.14%

R = 56.59%
G = 23.26%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC6154 (or 0xEC6154) is known color: Flamingo. HEX triplet: EC, 61 and 54. RGB value is (236,97,84). Sum of RGB (Red+Green+Blue) = 236+97+84=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6154 is #139EAB. Grayscale: #898989. Windows color (decimal): -1285804 or 5530092. OLE color: 5530092.

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

Color convert

RGB 236 97 84 -
CMYK 0 0.59 0.64 0.07
HSL 5.13º 0.8% 0.63% -
HSV(B) 5.13º 0.64% 0.93% -
XYZ 40.47 27.02 11.47 -
YUV 137.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 236 97 84 0 0.59 0.64 0.07 5.13 0.8 0.63
Hex EC 61 54 0 3B 40 7 5 50 3F
Octal 354 141 124 0 73 100 7 5 120 77
Binary 11101100 1100001 1010100 0 111011 1000000 111 101 1010000 111111

Color Harmonies of #EC6154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6154

Black with #EC6154

Text Example


Text Example

White with #EC6154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6154; }

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

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

background-color css

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

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

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

border-color css

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

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

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