Html Css Color HEX #EC6359 Flamingo

📋 copy color: '#EC6359'

red 236 ◦ green 99 ◦ blue 89

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

Shades of Flamingo #EC6359

Tints of Flamingo #EC6359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.35%

 BLUE value IS 89 (35.16% from 255) = 20.99%

R = 55.66%
G = 23.35%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC6359 (or 0xEC6359) is known color: Flamingo. HEX triplet: EC, 63 and 59. RGB value is (236,99,89). Sum of RGB (Red+Green+Blue) = 236+99+89=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6359 is #139CA6. Grayscale: #8A8A8A. Windows color (decimal): -1285287 or 5858284. OLE color: 5858284.

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

Color convert

RGB 236 99 89 -
CMYK 0 0.58 0.62 0.07
HSL 4.08º 0.79% 0.64% -
HSV(B) 4.08º 0.62% 0.93% -
XYZ 40.86 27.48 12.6 -
YUV 138.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 236 99 89 0 0.58 0.62 0.07 4.08 0.79 0.64
Hex EC 63 59 0 3A 3E 7 4 4F 40
Octal 354 143 131 0 72 76 7 4 117 100
Binary 11101100 1100011 1011001 0 111010 111110 111 100 1001111 1000000

Color Harmonies of #EC6359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6359

Black with #EC6359

Text Example


Text Example

White with #EC6359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6359; }

 p { color: rgb(236,99,89); }

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

background-color css

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

 a { background-color: rgb(236,99,89); }

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

border-color css

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

 span { border-color: rgb(236,99,89); }

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