Html Css Color HEX #EC605C Flamingo

📋 copy color: '#EC605C'

red 236 ◦ green 96 ◦ blue 92

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

Shades of Flamingo #EC605C

Tints of Flamingo #EC605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.64%

 BLUE value IS 92 (36.33% from 255) = 21.7%

R = 55.66%
G = 22.64%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC605C (or 0xEC605C) is known color: Flamingo. HEX triplet: EC, 60 and 5C. RGB value is (236,96,92). Sum of RGB (Red+Green+Blue) = 236+96+92=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC605C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC605C is #139FA3. Grayscale: #898989. Windows color (decimal): -1286052 or 6054124. OLE color: 6054124.

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

Color convert

RGB 236 96 92 -
CMYK 0 0.59 0.61 0.07
HSL 1.67º 0.79% 0.64% -
HSV(B) 1.67º 0.61% 0.93% -
XYZ 40.71 26.97 13.19 -
YUV 137.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 236 96 92 0 0.59 0.61 0.07 1.67 0.79 0.64
Hex EC 60 5C 0 3B 3D 7 2 4F 40
Octal 354 140 134 0 73 75 7 2 117 100
Binary 11101100 1100000 1011100 0 111011 111101 111 10 1001111 1000000

Color Harmonies of #EC605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC605C

Black with #EC605C

Text Example


Text Example

White with #EC605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC605C; }

 p { color: rgb(236,96,92); }

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

background-color css

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

 a { background-color: rgb(236,96,92); }

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

border-color css

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

 span { border-color: rgb(236,96,92); }

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