Html Css Color HEX #EC5861 Froly

📋 copy color: '#EC5861'

red 236 ◦ green 88 ◦ blue 97

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

Shades of Froly #EC5861

Tints of Froly #EC5861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.04%

R = 56.06%
G = 20.9%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC5861 (or 0xEC5861) is known color: Froly. HEX triplet: EC, 58 and 61. RGB value is (236,88,97). Sum of RGB (Red+Green+Blue) = 236+88+97=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5861 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5861 is #13A79E. Grayscale: #858585. Windows color (decimal): -1288095 or 6379756. OLE color: 6379756.

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

Color convert

RGB 236 88 97 -
CMYK 0 0.63 0.59 0.07
HSL 356.35º 0.8% 0.64% -
HSV(B) 356.35º 0.63% 0.93% -
XYZ 40.24 25.68 14.14 -
YUV 133.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 236 88 97 0 0.63 0.59 0.07 356.35 0.8 0.64
Hex EC 58 61 0 3F 3B 7 164 50 40
Octal 354 130 141 0 77 73 7 544 120 100
Binary 11101100 1011000 1100001 0 111111 111011 111 101100100 1010000 1000000

Color Harmonies of #EC5861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5861

Black with #EC5861

Text Example


Text Example

White with #EC5861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5861; }

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

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

background-color css

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

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

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

border-color css

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

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

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