Html Css Color HEX #EC5D70 Froly

📋 copy color: '#EC5D70'

red 236 ◦ green 93 ◦ blue 112

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

Shades of Froly #EC5D70

Tints of Froly #EC5D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 53.51%
G = 21.09%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC5D70 (or 0xEC5D70) is known color: Froly. HEX triplet: EC, 5D and 70. RGB value is (236,93,112). Sum of RGB (Red+Green+Blue) = 236+93+112=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5D70 is #13A28F. Grayscale: #898989. Windows color (decimal): -1286800 or 7364076. OLE color: 7364076.

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

Color convert

RGB 236 93 112 -
CMYK 0 0.61 0.53 0.07
HSL 352.03º 0.79% 0.65% -
HSV(B) 352.03º 0.61% 0.93% -
XYZ 41.43 26.83 18.32 -
YUV 137.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 236 93 112 0 0.61 0.53 0.07 352.03 0.79 0.65
Hex EC 5D 70 0 3D 35 7 160 4F 41
Octal 354 135 160 0 75 65 7 540 117 101
Binary 11101100 1011101 1110000 0 111101 110101 111 101100000 1001111 1000001

Color Harmonies of #EC5D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D70

Black with #EC5D70

Text Example


Text Example

White with #EC5D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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