Html Css Color HEX #EC5841 Flamingo

📋 copy color: '#EC5841'

red 236 ◦ green 88 ◦ blue 65

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

Shades of Flamingo #EC5841

Tints of Flamingo #EC5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 60.67%
G = 22.62%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC5841 (or 0xEC5841) is known color: Flamingo. HEX triplet: EC, 58 and 41. RGB value is (236,88,65). Sum of RGB (Red+Green+Blue) = 236+88+65=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5841 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5841 is #13A7BE. Grayscale: #818181. Windows color (decimal): -1288127 or 4282604. OLE color: 4282604.

HSL color Cylindrical-coordinate representation of color #EC5841: hue angle of 8.07º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC5841 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 88 65 -
CMYK 0 0.63 0.72 0.07
HSL 8.07º 0.82% 0.59% -
HSV(B) 8.07º 0.72% 0.93% -
XYZ 39.04 25.19 7.81 -
YUV 129.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 236 88 65 0 0.63 0.72 0.07 8.07 0.82 0.59
Hex EC 58 41 0 3F 48 7 8 52 3B
Octal 354 130 101 0 77 110 7 10 122 73
Binary 11101100 1011000 1000001 0 111111 1001000 111 1000 1010010 111011

Color Harmonies of #EC5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5841

Black with #EC5841

Text Example


Text Example

White with #EC5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5841; }

 p { color: rgb(236,88,65); }

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

background-color css

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

 a { background-color: rgb(236,88,65); }

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

border-color css

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

 span { border-color: rgb(236,88,65); }

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