Html Css Color HEX #EC5854 Flamingo

📋 copy color: '#EC5854'

red 236 ◦ green 88 ◦ blue 84

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

Shades of Flamingo #EC5854

Tints of Flamingo #EC5854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.59%

R = 57.84%
G = 21.57%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC5854 (or 0xEC5854) is known color: Flamingo. HEX triplet: EC, 58 and 54. RGB value is (236,88,84). Sum of RGB (Red+Green+Blue) = 236+88+84=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5854 is #13A7AB. Grayscale: #838383. Windows color (decimal): -1288108 or 5527788. OLE color: 5527788.

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

Color convert

RGB 236 88 84 -
CMYK 0 0.63 0.64 0.07
HSL 1.58º 0.8% 0.63% -
HSV(B) 1.58º 0.64% 0.93% -
XYZ 39.68 25.45 11.21 -
YUV 131.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 236 88 84 0 0.63 0.64 0.07 1.58 0.8 0.63
Hex EC 58 54 0 3F 40 7 2 50 3F
Octal 354 130 124 0 77 100 7 2 120 77
Binary 11101100 1011000 1010100 0 111111 1000000 111 10 1010000 111111

Color Harmonies of #EC5854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5854

Black with #EC5854

Text Example


Text Example

White with #EC5854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5854; }

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

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

background-color css

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

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

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

border-color css

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

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

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