Html Css Color HEX #EC624F Flamingo

📋 copy color: '#EC624F'

red 236 ◦ green 98 ◦ blue 79

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

Shades of Flamingo #EC624F

Tints of Flamingo #EC624F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 57.14%
G = 23.73%
B = 19.13%

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

#EC624F (or 0xEC624F) is known color: Flamingo. HEX triplet: EC, 62 and 4F. RGB value is (236,98,79). Sum of RGB (Red+Green+Blue) = 236+98+79=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC624F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC624F is #139DB0. Grayscale: #898989. Windows color (decimal): -1285553 or 5202668. OLE color: 5202668.

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

Color convert

RGB 236 98 79 -
CMYK 0 0.58 0.67 0.07
HSL 7.26º 0.81% 0.62% -
HSV(B) 7.26º 0.67% 0.93% -
XYZ 40.37 27.13 10.51 -
YUV 137.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 236 98 79 0 0.58 0.67 0.07 7.26 0.81 0.62
Hex EC 62 4F 0 3A 43 7 7 51 3E
Octal 354 142 117 0 72 103 7 7 121 76
Binary 11101100 1100010 1001111 0 111010 1000011 111 111 1010001 111110

Color Harmonies of #EC624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC624F

Black with #EC624F

Text Example


Text Example

White with #EC624F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC624F; }

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

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

background-color css

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

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

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

border-color css

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

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

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