Html Css Color HEX #EC624D Flamingo

📋 copy color: '#EC624D'

red 236 ◦ green 98 ◦ blue 77

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

Shades of Flamingo #EC624D

Tints of Flamingo #EC624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.84%

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

R = 57.42%
G = 23.84%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC624D (or 0xEC624D) is known color: Flamingo. HEX triplet: EC, 62 and 4D. RGB value is (236,98,77). Sum of RGB (Red+Green+Blue) = 236+98+77=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC624D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC624D is #139DB2. Grayscale: #898989. Windows color (decimal): -1285555 or 5071596. OLE color: 5071596.

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

Color convert

RGB 236 98 77 -
CMYK 0 0.58 0.67 0.07
HSL 7.92º 0.81% 0.61% -
HSV(B) 7.92º 0.67% 0.93% -
XYZ 40.3 27.1 10.13 -
YUV 136.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 236 98 77 0 0.58 0.67 0.07 7.92 0.81 0.61
Hex EC 62 4D 0 3A 43 7 8 51 3D
Octal 354 142 115 0 72 103 7 10 121 75
Binary 11101100 1100010 1001101 0 111010 1000011 111 1000 1010001 111101

Color Harmonies of #EC624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC624D

Black with #EC624D

Text Example


Text Example

White with #EC624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC624D; }

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

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

background-color css

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

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

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

border-color css

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

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

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