Html Css Color HEX #EC5C45 Flamingo

📋 copy color: '#EC5C45'

red 236 ◦ green 92 ◦ blue 69

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

Shades of Flamingo #EC5C45

Tints of Flamingo #EC5C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

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

R = 59.45%
G = 23.17%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC5C45 (or 0xEC5C45) is known color: Flamingo. HEX triplet: EC, 5C and 45. RGB value is (236,92,69). Sum of RGB (Red+Green+Blue) = 236+92+69=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C45 is #13A3BA. Grayscale: #848484. Windows color (decimal): -1287099 or 4545772. OLE color: 4545772.

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

Color convert

RGB 236 92 69 -
CMYK 0 0.61 0.71 0.07
HSL 8.26º 0.81% 0.6% -
HSV(B) 8.26º 0.71% 0.93% -
XYZ 39.49 25.92 8.55 -
YUV 132.43 92.21 201.87 -
System Red Green Blue C M Y K H S L
Decimal 236 92 69 0 0.61 0.71 0.07 8.26 0.81 0.6
Hex EC 5C 45 0 3D 47 7 8 51 3C
Octal 354 134 105 0 75 107 7 10 121 74
Binary 11101100 1011100 1000101 0 111101 1000111 111 1000 1010001 111100

Color Harmonies of #EC5C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5C45

Black with #EC5C45

Text Example


Text Example

White with #EC5C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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