Html Css Color HEX #EC6070 Froly

📋 copy color: '#EC6070'

red 236 ◦ green 96 ◦ blue 112

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

Shades of Froly #EC6070

Tints of Froly #EC6070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.62%

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

R = 53.15%
G = 21.62%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC6070 (or 0xEC6070) is known color: Froly. HEX triplet: EC, 60 and 70. RGB value is (236,96,112). Sum of RGB (Red+Green+Blue) = 236+96+112=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6070 is #139F8F. Grayscale: #8B8B8B. Windows color (decimal): -1286032 or 7364844. OLE color: 7364844.

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

Color convert

RGB 236 96 112 -
CMYK 0 0.59 0.53 0.07
HSL 353.14º 0.79% 0.65% -
HSV(B) 353.14º 0.59% 0.93% -
XYZ 41.7 27.37 18.41 -
YUV 139.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 236 96 112 0 0.59 0.53 0.07 353.14 0.79 0.65
Hex EC 60 70 0 3B 35 7 161 4F 41
Octal 354 140 160 0 73 65 7 541 117 101
Binary 11101100 1100000 1110000 0 111011 110101 111 101100001 1001111 1000001

Color Harmonies of #EC6070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6070

Black with #EC6070

Text Example


Text Example

White with #EC6070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6070; }

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

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

background-color css

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

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

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

border-color css

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

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

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