Html Css Color HEX #EC614D Flamingo

📋 copy color: '#EC614D'

red 236 ◦ green 97 ◦ blue 77

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

Shades of Flamingo #EC614D

Tints of Flamingo #EC614D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.78%

R = 57.56%
G = 23.66%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC614D (or 0xEC614D) is known color: Flamingo. HEX triplet: EC, 61 and 4D. RGB value is (236,97,77). Sum of RGB (Red+Green+Blue) = 236+97+77=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC614D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC614D is #139EB2. Grayscale: #888888. Windows color (decimal): -1285811 or 5071340. OLE color: 5071340.

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

Color convert

RGB 236 97 77 -
CMYK 0 0.59 0.67 0.07
HSL 7.55º 0.81% 0.61% -
HSV(B) 7.55º 0.67% 0.93% -
XYZ 40.21 26.92 10.1 -
YUV 136.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 236 97 77 0 0.59 0.67 0.07 7.55 0.81 0.61
Hex EC 61 4D 0 3B 43 7 8 51 3D
Octal 354 141 115 0 73 103 7 10 121 75
Binary 11101100 1100001 1001101 0 111011 1000011 111 1000 1010001 111101

Color Harmonies of #EC614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC614D

Black with #EC614D

Text Example


Text Example

White with #EC614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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