Html Css Color HEX #EC595F Froly

📋 copy color: '#EC595F'

red 236 ◦ green 89 ◦ blue 95

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

Shades of Froly #EC595F

Tints of Froly #EC595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.19%

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

R = 56.19%
G = 21.19%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC595F (or 0xEC595F) is known color: Froly. HEX triplet: EC, 59 and 5F. RGB value is (236,89,95). Sum of RGB (Red+Green+Blue) = 236+89+95=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC595F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC595F is #13A6A0. Grayscale: #858585. Windows color (decimal): -1287841 or 6248940. OLE color: 6248940.

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

Color convert

RGB 236 89 95 -
CMYK 0 0.62 0.60 0.07
HSL 357.55º 0.79% 0.64% -
HSV(B) 357.55º 0.62% 0.93% -
XYZ 40.23 25.8 13.69 -
YUV 133.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 236 89 95 0 0.62 0.60 0.07 357.55 0.79 0.64
Hex EC 59 5F 0 3E 3C 7 166 4F 40
Octal 354 131 137 0 76 74 7 546 117 100
Binary 11101100 1011001 1011111 0 111110 111100 111 101100110 1001111 1000000

Color Harmonies of #EC595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC595F

Black with #EC595F

Text Example


Text Example

White with #EC595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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