Html Css Color HEX #EC5E5F Froly

📋 copy color: '#EC5E5F'

red 236 ◦ green 94 ◦ blue 95

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

Shades of Froly #EC5E5F

Tints of Froly #EC5E5F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.12%

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

R = 55.53%
G = 22.12%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC5E5F (or 0xEC5E5F) is known color: Froly. HEX triplet: EC, 5E and 5F. RGB value is (236,94,95). Sum of RGB (Red+Green+Blue) = 236+94+95=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E5F is #13A1A0. Grayscale: #888888. Windows color (decimal): -1286561 or 6250220. OLE color: 6250220.

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

Color convert

RGB 236 94 95 -
CMYK 0 0.60 0.60 0.07
HSL 359.58º 0.79% 0.65% -
HSV(B) 359.58º 0.6% 0.93% -
XYZ 40.66 26.66 13.83 -
YUV 136.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 236 94 95 0 0.60 0.60 0.07 359.58 0.79 0.65
Hex EC 5E 5F 0 3C 3C 7 168 4F 41
Octal 354 136 137 0 74 74 7 550 117 101
Binary 11101100 1011110 1011111 0 111100 111100 111 101101000 1001111 1000001

Color Harmonies of #EC5E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E5F

Black with #EC5E5F

Text Example


Text Example

White with #EC5E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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