Html Css Color HEX #EC7682 Froly

📋 copy color: '#EC7682'

red 236 ◦ green 118 ◦ blue 130

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

Shades of Froly #EC7682

Tints of Froly #EC7682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.38%

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 48.76%
G = 24.38%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC7682 (or 0xEC7682) is known color: Froly. HEX triplet: EC, 76 and 82. RGB value is (236,118,130). Sum of RGB (Red+Green+Blue) = 236+118+130=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7682 is #13897D. Grayscale: #9A9A9A. Windows color (decimal): -1280382 or 8550124. OLE color: 8550124.

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

Color convert

RGB 236 118 130 -
CMYK 0 0.5 0.45 0.07
HSL 353.9º 0.76% 0.69% -
HSV(B) 353.9º 0.5% 0.93% -
XYZ 45.1 32.4 25 -
YUV 154.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 236 118 130 0 0.5 0.45 0.07 353.9 0.76 0.69
Hex EC 76 82 0 32 2D 7 162 4C 45
Octal 354 166 202 0 62 55 7 542 114 105
Binary 11101100 1110110 10000010 0 110010 101101 111 101100010 1001100 1000101

Color Harmonies of #EC7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7682

Black with #EC7682

Text Example


Text Example

White with #EC7682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7682; }

 p { color: rgb(236,118,130); }

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

background-color css

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

 a { background-color: rgb(236,118,130); }

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

border-color css

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

 span { border-color: rgb(236,118,130); }

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