Html Css Color HEX #EC5F4A Flamingo

📋 copy color: '#EC5F4A'

red 236 ◦ green 95 ◦ blue 74

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

Shades of Flamingo #EC5F4A

Tints of Flamingo #EC5F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.46%

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

R = 58.27%
G = 23.46%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC5F4A (or 0xEC5F4A) is known color: Flamingo. HEX triplet: EC, 5F and 4A. RGB value is (236,95,74). Sum of RGB (Red+Green+Blue) = 236+95+74=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5F4A is #13A0B5. Grayscale: #868686. Windows color (decimal): -1286326 or 4874220. OLE color: 4874220.

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

Color convert

RGB 236 95 74 -
CMYK 0 0.60 0.69 0.07
HSL 7.78º 0.81% 0.61% -
HSV(B) 7.78º 0.69% 0.93% -
XYZ 39.92 26.51 9.49 -
YUV 134.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 236 95 74 0 0.60 0.69 0.07 7.78 0.81 0.61
Hex EC 5F 4A 0 3C 45 7 8 51 3D
Octal 354 137 112 0 74 105 7 10 121 75
Binary 11101100 1011111 1001010 0 111100 1000101 111 1000 1010001 111101

Color Harmonies of #EC5F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F4A

Black with #EC5F4A

Text Example


Text Example

White with #EC5F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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