Html Css Color HEX #EC6158 Flamingo

📋 copy color: '#EC6158'

red 236 ◦ green 97 ◦ blue 88

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

Shades of Flamingo #EC6158

Tints of Flamingo #EC6158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.9%

R = 56.06%
G = 23.04%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC6158 (or 0xEC6158) is known color: Flamingo. HEX triplet: EC, 61 and 58. RGB value is (236,97,88). Sum of RGB (Red+Green+Blue) = 236+97+88=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6158 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6158 is #139EA7. Grayscale: #898989. Windows color (decimal): -1285800 or 5792236. OLE color: 5792236.

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

Color convert

RGB 236 97 88 -
CMYK 0 0.59 0.63 0.07
HSL 3.65º 0.8% 0.64% -
HSV(B) 3.65º 0.63% 0.93% -
XYZ 40.63 27.09 12.32 -
YUV 137.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 236 97 88 0 0.59 0.63 0.07 3.65 0.8 0.64
Hex EC 61 58 0 3B 3F 7 4 50 40
Octal 354 141 130 0 73 77 7 4 120 100
Binary 11101100 1100001 1011000 0 111011 111111 111 100 1010000 1000000

Color Harmonies of #EC6158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6158

Black with #EC6158

Text Example


Text Example

White with #EC6158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6158; }

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

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

background-color css

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

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

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

border-color css

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

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

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