Html Css Color HEX #EC7180 Froly

📋 copy color: '#EC7180'

red 236 ◦ green 113 ◦ blue 128

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

Shades of Froly #EC7180

Tints of Froly #EC7180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.69%

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

R = 49.48%
G = 23.69%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC7180 (or 0xEC7180) is known color: Froly. HEX triplet: EC, 71 and 80. RGB value is (236,113,128). Sum of RGB (Red+Green+Blue) = 236+113+128=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7180 is #138E7F. Grayscale: #979797. Windows color (decimal): -1281664 or 8417772. OLE color: 8417772.

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

Color convert

RGB 236 113 128 -
CMYK 0 0.52 0.46 0.07
HSL 352.68º 0.76% 0.68% -
HSV(B) 352.68º 0.52% 0.93% -
XYZ 44.39 31.2 24.1 -
YUV 151.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 236 113 128 0 0.52 0.46 0.07 352.68 0.76 0.68
Hex EC 71 80 0 34 2E 7 161 4C 44
Octal 354 161 200 0 64 56 7 541 114 104
Binary 11101100 1110001 10000000 0 110100 101110 111 101100001 1001100 1000100

Color Harmonies of #EC7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7180

Black with #EC7180

Text Example


Text Example

White with #EC7180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7180; }

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

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

background-color css

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

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

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

border-color css

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

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

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