Html Css Color HEX #EC6558 Flamingo

📋 copy color: '#EC6558'

red 236 ◦ green 101 ◦ blue 88

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

Shades of Flamingo #EC6558

Tints of Flamingo #EC6558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.76%

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

R = 55.53%
G = 23.76%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC6558 (or 0xEC6558) is known color: Flamingo. HEX triplet: EC, 65 and 58. RGB value is (236,101,88). Sum of RGB (Red+Green+Blue) = 236+101+88=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6558 is #139AA7. Grayscale: #8C8C8C. Windows color (decimal): -1284776 or 5793260. OLE color: 5793260.

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

Color convert

RGB 236 101 88 -
CMYK 0 0.57 0.63 0.07
HSL 5.27º 0.8% 0.64% -
HSV(B) 5.27º 0.63% 0.93% -
XYZ 41.01 27.84 12.45 -
YUV 139.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 236 101 88 0 0.57 0.63 0.07 5.27 0.8 0.64
Hex EC 65 58 0 39 3F 7 5 50 40
Octal 354 145 130 0 71 77 7 5 120 100
Binary 11101100 1100101 1011000 0 111001 111111 111 101 1010000 1000000

Color Harmonies of #EC6558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6558

Black with #EC6558

Text Example


Text Example

White with #EC6558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6558; }

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

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

background-color css

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

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

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

border-color css

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

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

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