Html Css Color HEX #EC583F Flamingo

📋 copy color: '#EC583F'

red 236 ◦ green 88 ◦ blue 63

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

Shades of Flamingo #EC583F

Tints of Flamingo #EC583F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.28%

R = 60.98%
G = 22.74%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC583F (or 0xEC583F) is known color: Flamingo. HEX triplet: EC, 58 and 3F. RGB value is (236,88,63). Sum of RGB (Red+Green+Blue) = 236+88+63=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC583F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC583F is #13A7C0. Grayscale: #818181. Windows color (decimal): -1288129 or 4151532. OLE color: 4151532.

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

Color convert

RGB 236 88 63 -
CMYK 0 0.63 0.73 0.07
HSL 8.67º 0.82% 0.59% -
HSV(B) 8.67º 0.73% 0.93% -
XYZ 38.98 25.17 7.51 -
YUV 129.4 90.53 204.03 -
System Red Green Blue C M Y K H S L
Decimal 236 88 63 0 0.63 0.73 0.07 8.67 0.82 0.59
Hex EC 58 3F 0 3F 49 7 9 52 3B
Octal 354 130 77 0 77 111 7 11 122 73
Binary 11101100 1011000 111111 0 111111 1001001 111 1001 1010010 111011

Color Harmonies of #EC583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC583F

Black with #EC583F

Text Example


Text Example

White with #EC583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC583F; }

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

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

background-color css

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

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

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

border-color css

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

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

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