Html Css Color HEX #EC5D5F Froly

📋 copy color: '#EC5D5F'

red 236 ◦ green 93 ◦ blue 95

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

Shades of Froly #EC5D5F

Tints of Froly #EC5D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.41%

R = 55.66%
G = 21.93%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC5D5F (or 0xEC5D5F) is known color: Froly. HEX triplet: EC, 5D and 5F. RGB value is (236,93,95). Sum of RGB (Red+Green+Blue) = 236+93+95=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5D5F is #13A2A0. Grayscale: #888888. Windows color (decimal): -1286817 or 6249964. OLE color: 6249964.

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

Color convert

RGB 236 93 95 -
CMYK 0 0.61 0.60 0.07
HSL 359.16º 0.79% 0.65% -
HSV(B) 359.16º 0.61% 0.93% -
XYZ 40.57 26.49 13.8 -
YUV 135.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 236 93 95 0 0.61 0.60 0.07 359.16 0.79 0.65
Hex EC 5D 5F 0 3D 3C 7 167 4F 41
Octal 354 135 137 0 75 74 7 547 117 101
Binary 11101100 1011101 1011111 0 111101 111100 111 101100111 1001111 1000001

Color Harmonies of #EC5D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D5F

Black with #EC5D5F

Text Example


Text Example

White with #EC5D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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