Html Css Color HEX #EC5F63 Froly

📋 copy color: '#EC5F63'

red 236 ◦ green 95 ◦ blue 99

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

Shades of Froly #EC5F63

Tints of Froly #EC5F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.02%

R = 54.88%
G = 22.09%
B = 23.02%

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

#EC5F63 (or 0xEC5F63) is known color: Froly. HEX triplet: EC, 5F and 63. RGB value is (236,95,99). Sum of RGB (Red+Green+Blue) = 236+95+99=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F63 is #13A09C. Grayscale: #898989. Windows color (decimal): -1286301 or 6512620. OLE color: 6512620.

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

Color convert

RGB 236 95 99 -
CMYK 0 0.60 0.58 0.07
HSL 358.3º 0.79% 0.65% -
HSV(B) 358.3º 0.6% 0.93% -
XYZ 40.94 26.92 14.84 -
YUV 137.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 236 95 99 0 0.60 0.58 0.07 358.3 0.79 0.65
Hex EC 5F 63 0 3C 3A 7 166 4F 41
Octal 354 137 143 0 74 72 7 546 117 101
Binary 11101100 1011111 1100011 0 111100 111010 111 101100110 1001111 1000001

Color Harmonies of #EC5F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F63

Black with #EC5F63

Text Example


Text Example

White with #EC5F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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