Html Css Color HEX #EC7481 Froly

📋 copy color: '#EC7481'

red 236 ◦ green 116 ◦ blue 129

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

Shades of Froly #EC7481

Tints of Froly #EC7481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 49.06%
G = 24.12%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC7481 (or 0xEC7481) is known color: Froly. HEX triplet: EC, 74 and 81. RGB value is (236,116,129). Sum of RGB (Red+Green+Blue) = 236+116+129=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7481 is #138B7E. Grayscale: #999999. Windows color (decimal): -1280895 or 8484076. OLE color: 8484076.

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

Color convert

RGB 236 116 129 -
CMYK 0 0.51 0.45 0.07
HSL 353.5º 0.76% 0.69% -
HSV(B) 353.5º 0.51% 0.93% -
XYZ 44.8 31.91 24.57 -
YUV 153.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 236 116 129 0 0.51 0.45 0.07 353.5 0.76 0.69
Hex EC 74 81 0 33 2D 7 162 4C 45
Octal 354 164 201 0 63 55 7 542 114 105
Binary 11101100 1110100 10000001 0 110011 101101 111 101100010 1001100 1000101

Color Harmonies of #EC7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7481

Black with #EC7481

Text Example


Text Example

White with #EC7481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7481; }

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

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

background-color css

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

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

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

border-color css

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

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

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