Html Css Color HEX #EC584D Flamingo

📋 copy color: '#EC584D'

red 236 ◦ green 88 ◦ blue 77

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

Shades of Flamingo #EC584D

Tints of Flamingo #EC584D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.2%

R = 58.85%
G = 21.95%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC584D (or 0xEC584D) is known color: Flamingo. HEX triplet: EC, 58 and 4D. RGB value is (236,88,77). Sum of RGB (Red+Green+Blue) = 236+88+77=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC584D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC584D is #13A7B2. Grayscale: #838383. Windows color (decimal): -1288115 or 5069036. OLE color: 5069036.

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

Color convert

RGB 236 88 77 -
CMYK 0 0.63 0.67 0.07
HSL 4.15º 0.81% 0.61% -
HSV(B) 4.15º 0.67% 0.93% -
XYZ 39.42 25.35 9.84 -
YUV 131 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 236 88 77 0 0.63 0.67 0.07 4.15 0.81 0.61
Hex EC 58 4D 0 3F 43 7 4 51 3D
Octal 354 130 115 0 77 103 7 4 121 75
Binary 11101100 1011000 1001101 0 111111 1000011 111 100 1010001 111101

Color Harmonies of #EC584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC584D

Black with #EC584D

Text Example


Text Example

White with #EC584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC584D; }

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

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

background-color css

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

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

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

border-color css

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

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

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