Html Css Color HEX #EC5F45 Flamingo

📋 copy color: '#EC5F45'

red 236 ◦ green 95 ◦ blue 69

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

Shades of Flamingo #EC5F45

Tints of Flamingo #EC5F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.25%

R = 59%
G = 23.75%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC5F45 (or 0xEC5F45) is known color: Flamingo. HEX triplet: EC, 5F and 45. RGB value is (236,95,69). Sum of RGB (Red+Green+Blue) = 236+95+69=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5F45 is #13A0BA. Grayscale: #868686. Windows color (decimal): -1286331 or 4546540. OLE color: 4546540.

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

Color convert

RGB 236 95 69 -
CMYK 0 0.60 0.71 0.07
HSL 9.34º 0.81% 0.6% -
HSV(B) 9.34º 0.71% 0.93% -
XYZ 39.76 26.45 8.64 -
YUV 134.2 91.21 200.61 -
System Red Green Blue C M Y K H S L
Decimal 236 95 69 0 0.60 0.71 0.07 9.34 0.81 0.6
Hex EC 5F 45 0 3C 47 7 9 51 3C
Octal 354 137 105 0 74 107 7 11 121 74
Binary 11101100 1011111 1000101 0 111100 1000111 111 1001 1010001 111100

Color Harmonies of #EC5F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F45

Black with #EC5F45

Text Example


Text Example

White with #EC5F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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