Html Css Color HEX #EC5F75 Froly

📋 copy color: '#EC5F75'

red 236 ◦ green 95 ◦ blue 117

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

Shades of Froly #EC5F75

Tints of Froly #EC5F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 52.68%
G = 21.21%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC5F75 (or 0xEC5F75) is known color: Froly. HEX triplet: EC, 5F and 75. RGB value is (236,95,117). Sum of RGB (Red+Green+Blue) = 236+95+117=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F75 is #13A08A. Grayscale: #8B8B8B. Windows color (decimal): -1286283 or 7692268. OLE color: 7692268.

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

Color convert

RGB 236 95 117 -
CMYK 0 0.60 0.50 0.07
HSL 350.64º 0.79% 0.65% -
HSV(B) 350.64º 0.6% 0.93% -
XYZ 41.9 27.3 19.89 -
YUV 139.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 236 95 117 0 0.60 0.50 0.07 350.64 0.79 0.65
Hex EC 5F 75 0 3C 32 7 15F 4F 41
Octal 354 137 165 0 74 62 7 537 117 101
Binary 11101100 1011111 1110101 0 111100 110010 111 101011111 1001111 1000001

Color Harmonies of #EC5F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F75

Black with #EC5F75

Text Example


Text Example

White with #EC5F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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