Html Css Color HEX #EC614C Flamingo

📋 copy color: '#EC614C'

red 236 ◦ green 97 ◦ blue 76

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

Shades of Flamingo #EC614C

Tints of Flamingo #EC614C

RGB

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

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

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

R = 57.7%
G = 23.72%
B = 18.58%

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

#EC614C (or 0xEC614C) is known color: Flamingo. HEX triplet: EC, 61 and 4C. RGB value is (236,97,76). Sum of RGB (Red+Green+Blue) = 236+97+76=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC614C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC614C is #139EB3. Grayscale: #888888. Windows color (decimal): -1285812 or 5005804. OLE color: 5005804.

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

Color convert

RGB 236 97 76 -
CMYK 0 0.59 0.68 0.07
HSL 7.88º 0.81% 0.61% -
HSV(B) 7.88º 0.68% 0.93% -
XYZ 40.17 26.9 9.91 -
YUV 136.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 236 97 76 0 0.59 0.68 0.07 7.88 0.81 0.61
Hex EC 61 4C 0 3B 44 7 8 51 3D
Octal 354 141 114 0 73 104 7 10 121 75
Binary 11101100 1100001 1001100 0 111011 1000100 111 1000 1010001 111101

Color Harmonies of #EC614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC614C

Black with #EC614C

Text Example


Text Example

White with #EC614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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