Html Css Color HEX #EC5F5C Flamingo

📋 copy color: '#EC5F5C'

red 236 ◦ green 95 ◦ blue 92

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

Shades of Flamingo #EC5F5C

Tints of Flamingo #EC5F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 92 (36.33% from 255) = 21.75%

R = 55.79%
G = 22.46%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC5F5C (or 0xEC5F5C) is known color: Flamingo. HEX triplet: EC, 5F and 5C. RGB value is (236,95,92). Sum of RGB (Red+Green+Blue) = 236+95+92=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F5C is #13A0A3. Grayscale: #888888. Windows color (decimal): -1286308 or 6053868. OLE color: 6053868.

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

Color convert

RGB 236 95 92 -
CMYK 0 0.60 0.61 0.07
HSL 1.25º 0.79% 0.64% -
HSV(B) 1.25º 0.61% 0.93% -
XYZ 40.62 26.79 13.16 -
YUV 136.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 236 95 92 0 0.60 0.61 0.07 1.25 0.79 0.64
Hex EC 5F 5C 0 3C 3D 7 1 4F 40
Octal 354 137 134 0 74 75 7 1 117 100
Binary 11101100 1011111 1011100 0 111100 111101 111 1 1001111 1000000

Color Harmonies of #EC5F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F5C

Black with #EC5F5C

Text Example


Text Example

White with #EC5F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F5C; }

 p { color: rgb(236,95,92); }

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

background-color css

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

 a { background-color: rgb(236,95,92); }

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

border-color css

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

 span { border-color: rgb(236,95,92); }

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