Html Css Color HEX #ED7682 Froly

📋 copy color: '#ED7682'

red 237 ◦ green 118 ◦ blue 130

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

Shades of Froly #ED7682

Tints of Froly #ED7682

RGB

 RED value IS 237 (92.97% from 255) = 48.87%

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

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

R = 48.87%
G = 24.33%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED7682 (or 0xED7682) is known color: Froly. HEX triplet: ED, 76 and 82. RGB value is (237,118,130). Sum of RGB (Red+Green+Blue) = 237+118+130=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7682 is #12897D. Grayscale: #9B9B9B. Windows color (decimal): -1214846 or 8550125. OLE color: 8550125.

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

Color convert

RGB 237 118 130 -
CMYK 0 0.50 0.45 0.07
HSL 353.95º 0.77% 0.7% -
HSV(B) 353.95º 0.5% 0.93% -
XYZ 45.43 32.57 25.01 -
YUV 154.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 237 118 130 0 0.50 0.45 0.07 353.95 0.77 0.7
Hex ED 76 82 0 32 2D 7 162 4D 46
Octal 355 166 202 0 62 55 7 542 115 106
Binary 11101101 1110110 10000010 0 110010 101101 111 101100010 1001101 1000110

Color Harmonies of #ED7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7682

Black with #ED7682

Text Example


Text Example

White with #ED7682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7682; }

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

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

background-color css

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

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

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

border-color css

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

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

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