Html Css Color HEX #EC7480 Froly

📋 copy color: '#EC7480'

red 236 ◦ green 116 ◦ blue 128

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

Shades of Froly #EC7480

Tints of Froly #EC7480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.17%

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

R = 49.17%
G = 24.17%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC7480 (or 0xEC7480) is known color: Froly. HEX triplet: EC, 74 and 80. RGB value is (236,116,128). Sum of RGB (Red+Green+Blue) = 236+116+128=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7480 is #138B7F. Grayscale: #999999. Windows color (decimal): -1280896 or 8418540. OLE color: 8418540.

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

Color convert

RGB 236 116 128 -
CMYK 0 0.51 0.46 0.07
HSL 354º 0.76% 0.69% -
HSV(B) 354º 0.51% 0.93% -
XYZ 44.73 31.88 24.22 -
YUV 153.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 236 116 128 0 0.51 0.46 0.07 354 0.76 0.69
Hex EC 74 80 0 33 2E 7 162 4C 45
Octal 354 164 200 0 63 56 7 542 114 105
Binary 11101100 1110100 10000000 0 110011 101110 111 101100010 1001100 1000101

Color Harmonies of #EC7480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7480

Black with #EC7480

Text Example


Text Example

White with #EC7480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7480; }

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

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

background-color css

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

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

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

border-color css

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

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

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