Html Css Color HEX #EC624A Flamingo

📋 copy color: '#EC624A'

red 236 ◦ green 98 ◦ blue 74

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

Shades of Flamingo #EC624A

Tints of Flamingo #EC624A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 57.84%
G = 24.02%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC624A (or 0xEC624A) is known color: Flamingo. HEX triplet: EC, 62 and 4A. RGB value is (236,98,74). Sum of RGB (Red+Green+Blue) = 236+98+74=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC624A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC624A is #139DB5. Grayscale: #888888. Windows color (decimal): -1285558 or 4874988. OLE color: 4874988.

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

Color convert

RGB 236 98 74 -
CMYK 0 0.58 0.69 0.07
HSL 8.89º 0.81% 0.61% -
HSV(B) 8.89º 0.69% 0.93% -
XYZ 40.2 27.06 9.58 -
YUV 136.53 92.72 198.95 -
System Red Green Blue C M Y K H S L
Decimal 236 98 74 0 0.58 0.69 0.07 8.89 0.81 0.61
Hex EC 62 4A 0 3A 45 7 9 51 3D
Octal 354 142 112 0 72 105 7 11 121 75
Binary 11101100 1100010 1001010 0 111010 1000101 111 1001 1010001 111101

Color Harmonies of #EC624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC624A

Black with #EC624A

Text Example


Text Example

White with #EC624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC624A; }

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

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

background-color css

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

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

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

border-color css

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

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

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