Html Css Color HEX #EC584C Flamingo

📋 copy color: '#EC584C'

red 236 ◦ green 88 ◦ blue 76

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

Shades of Flamingo #EC584C

Tints of Flamingo #EC584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19%

R = 59%
G = 22%
B = 19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC584C (or 0xEC584C) is known color: Flamingo. HEX triplet: EC, 58 and 4C. RGB value is (236,88,76). Sum of RGB (Red+Green+Blue) = 236+88+76=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC584C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC584C is #13A7B3. Grayscale: #838383. Windows color (decimal): -1288116 or 5003500. OLE color: 5003500.

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

Color convert

RGB 236 88 76 -
CMYK 0 0.63 0.68 0.07
HSL 4.5º 0.81% 0.61% -
HSV(B) 4.5º 0.68% 0.93% -
XYZ 39.39 25.33 9.65 -
YUV 130.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 236 88 76 0 0.63 0.68 0.07 4.5 0.81 0.61
Hex EC 58 4C 0 3F 44 7 4 51 3D
Octal 354 130 114 0 77 104 7 4 121 75
Binary 11101100 1011000 1001100 0 111111 1000100 111 100 1010001 111101

Color Harmonies of #EC584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC584C

Black with #EC584C

Text Example


Text Example

White with #EC584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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