Html Css Color HEX #EC5D6E Froly

📋 copy color: '#EC5D6E'

red 236 ◦ green 93 ◦ blue 110

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

Shades of Froly #EC5D6E

Tints of Froly #EC5D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.18%

 BLUE value IS 110 (43.36% from 255) = 25.06%

R = 53.76%
G = 21.18%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC5D6E (or 0xEC5D6E) is known color: Froly. HEX triplet: EC, 5D and 6E. RGB value is (236,93,110). Sum of RGB (Red+Green+Blue) = 236+93+110=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5D6E is #13A291. Grayscale: #898989. Windows color (decimal): -1286802 or 7233004. OLE color: 7233004.

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

Color convert

RGB 236 93 110 -
CMYK 0 0.61 0.53 0.07
HSL 352.87º 0.79% 0.65% -
HSV(B) 352.87º 0.61% 0.93% -
XYZ 41.32 26.79 17.74 -
YUV 137.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 236 93 110 0 0.61 0.53 0.07 352.87 0.79 0.65
Hex EC 5D 6E 0 3D 35 7 161 4F 41
Octal 354 135 156 0 75 65 7 541 117 101
Binary 11101100 1011101 1101110 0 111101 110101 111 101100001 1001111 1000001

Color Harmonies of #EC5D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D6E

Black with #EC5D6E

Text Example


Text Example

White with #EC5D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D6E; }

 p { color: rgb(236,93,110); }

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

background-color css

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

 a { background-color: rgb(236,93,110); }

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

border-color css

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

 span { border-color: rgb(236,93,110); }

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