Html Css Color HEX #EC7080 Froly

📋 copy color: '#EC7080'

red 236 ◦ green 112 ◦ blue 128

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

Shades of Froly #EC7080

Tints of Froly #EC7080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.53%

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 49.58%
G = 23.53%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC7080 (or 0xEC7080) is known color: Froly. HEX triplet: EC, 70 and 80. RGB value is (236,112,128). Sum of RGB (Red+Green+Blue) = 236+112+128=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7080 is #138F7F. Grayscale: #969696. Windows color (decimal): -1281920 or 8417516. OLE color: 8417516.

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

Color convert

RGB 236 112 128 -
CMYK 0 0.53 0.46 0.07
HSL 352.26º 0.77% 0.68% -
HSV(B) 352.26º 0.53% 0.93% -
XYZ 44.28 30.98 24.07 -
YUV 150.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 236 112 128 0 0.53 0.46 0.07 352.26 0.77 0.68
Hex EC 70 80 0 35 2E 7 160 4D 44
Octal 354 160 200 0 65 56 7 540 115 104
Binary 11101100 1110000 10000000 0 110101 101110 111 101100000 1001101 1000100

Color Harmonies of #EC7080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7080

Black with #EC7080

Text Example


Text Example

White with #EC7080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7080; }

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

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

background-color css

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

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

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

border-color css

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

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

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