Html Css Color HEX #EC5F64 Froly

📋 copy color: '#EC5F64'

red 236 ◦ green 95 ◦ blue 100

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

Shades of Froly #EC5F64

Tints of Froly #EC5F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.2%

R = 54.76%
G = 22.04%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC5F64 (or 0xEC5F64) is known color: Froly. HEX triplet: EC, 5F and 64. RGB value is (236,95,100). Sum of RGB (Red+Green+Blue) = 236+95+100=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F64 is #13A09B. Grayscale: #898989. Windows color (decimal): -1286300 or 6578156. OLE color: 6578156.

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

Color convert

RGB 236 95 100 -
CMYK 0 0.60 0.58 0.07
HSL 357.87º 0.79% 0.65% -
HSV(B) 357.87º 0.6% 0.93% -
XYZ 40.98 26.94 15.1 -
YUV 137.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 236 95 100 0 0.60 0.58 0.07 357.87 0.79 0.65
Hex EC 5F 64 0 3C 3A 7 166 4F 41
Octal 354 137 144 0 74 72 7 546 117 101
Binary 11101100 1011111 1100100 0 111100 111010 111 101100110 1001111 1000001

Color Harmonies of #EC5F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F64

Black with #EC5F64

Text Example


Text Example

White with #EC5F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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