Html Css Color HEX #EC5F73 Froly

📋 copy color: '#EC5F73'

red 236 ◦ green 95 ◦ blue 115

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

Shades of Froly #EC5F73

Tints of Froly #EC5F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.78%

R = 52.91%
G = 21.3%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC5F73 (or 0xEC5F73) is known color: Froly. HEX triplet: EC, 5F and 73. RGB value is (236,95,115). Sum of RGB (Red+Green+Blue) = 236+95+115=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F73 is #13A08C. Grayscale: #8B8B8B. Windows color (decimal): -1286285 or 7561196. OLE color: 7561196.

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

Color convert

RGB 236 95 115 -
CMYK 0 0.60 0.51 0.07
HSL 351.49º 0.79% 0.65% -
HSV(B) 351.49º 0.6% 0.93% -
XYZ 41.78 27.26 19.28 -
YUV 139.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 236 95 115 0 0.60 0.51 0.07 351.49 0.79 0.65
Hex EC 5F 73 0 3C 33 7 15F 4F 41
Octal 354 137 163 0 74 63 7 537 117 101
Binary 11101100 1011111 1110011 0 111100 110011 111 101011111 1001111 1000001

Color Harmonies of #EC5F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F73

Black with #EC5F73

Text Example


Text Example

White with #EC5F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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