Html Css Color HEX #EC604C Flamingo

📋 copy color: '#EC604C'

red 236 ◦ green 96 ◦ blue 76

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

Shades of Flamingo #EC604C

Tints of Flamingo #EC604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.63%

R = 57.84%
G = 23.53%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC604C (or 0xEC604C) is known color: Flamingo. HEX triplet: EC, 60 and 4C. RGB value is (236,96,76). Sum of RGB (Red+Green+Blue) = 236+96+76=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC604C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC604C is #139FB3. Grayscale: #878787. Windows color (decimal): -1286068 or 5005548. OLE color: 5005548.

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

Color convert

RGB 236 96 76 -
CMYK 0 0.59 0.68 0.07
HSL 7.5º 0.81% 0.61% -
HSV(B) 7.5º 0.68% 0.93% -
XYZ 40.08 26.72 9.88 -
YUV 135.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 236 96 76 0 0.59 0.68 0.07 7.5 0.81 0.61
Hex EC 60 4C 0 3B 44 7 8 51 3D
Octal 354 140 114 0 73 104 7 10 121 75
Binary 11101100 1100000 1001100 0 111011 1000100 111 1000 1010001 111101

Color Harmonies of #EC604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC604C

Black with #EC604C

Text Example


Text Example

White with #EC604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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