Html Css Color HEX #EC5855 Flamingo

📋 copy color: '#EC5855'

red 236 ◦ green 88 ◦ blue 85

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

Shades of Flamingo #EC5855

Tints of Flamingo #EC5855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 57.7%
G = 21.52%
B = 20.78%

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

#EC5855 (or 0xEC5855) is known color: Flamingo. HEX triplet: EC, 58 and 55. RGB value is (236,88,85). Sum of RGB (Red+Green+Blue) = 236+88+85=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5855 is #13A7AA. Grayscale: #848484. Windows color (decimal): -1288107 or 5593324. OLE color: 5593324.

HSL color Cylindrical-coordinate representation of color #EC5855: hue angle of 1.19º 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 #EC5855 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 88 85 -
CMYK 0 0.63 0.64 0.07
HSL 1.19º 0.8% 0.63% -
HSV(B) 1.19º 0.64% 0.93% -
XYZ 39.72 25.47 11.42 -
YUV 131.91 101.53 202.24 -
System Red Green Blue C M Y K H S L
Decimal 236 88 85 0 0.63 0.64 0.07 1.19 0.8 0.63
Hex EC 58 55 0 3F 40 7 1 50 3F
Octal 354 130 125 0 77 100 7 1 120 77
Binary 11101100 1011000 1010101 0 111111 1000000 111 1 1010000 111111

Color Harmonies of #EC5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5855

Black with #EC5855

Text Example


Text Example

White with #EC5855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5855; }

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

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

background-color css

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

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

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

border-color css

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

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

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