Html Css Color HEX #ED6979 Froly

📋 copy color: '#ED6979'

red 237 ◦ green 105 ◦ blue 121

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

Shades of Froly #ED6979

Tints of Froly #ED6979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

 BLUE value IS 121 (47.66% from 255) = 26.13%

R = 51.19%
G = 22.68%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED6979 (or 0xED6979) is known color: Froly. HEX triplet: ED, 69 and 79. RGB value is (237,105,121). Sum of RGB (Red+Green+Blue) = 237+105+121=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6979 is #129686. Grayscale: #929292. Windows color (decimal): -1218183 or 7956973. OLE color: 7956973.

HSL color Cylindrical-coordinate representation of color #ED6979: hue angle of 352.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6979 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 105 121 -
CMYK 0 0.56 0.49 0.07
HSL 352.73º 0.79% 0.67% -
HSV(B) 352.73º 0.56% 0.93% -
XYZ 43.43 29.49 21.49 -
YUV 146.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 237 105 121 0 0.56 0.49 0.07 352.73 0.79 0.67
Hex ED 69 79 0 38 31 7 161 4F 43
Octal 355 151 171 0 70 61 7 541 117 103
Binary 11101101 1101001 1111001 0 111000 110001 111 101100001 1001111 1000011

Color Harmonies of #ED6979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6979

Black with #ED6979

Text Example


Text Example

White with #ED6979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6979; }

 p { color: rgb(237,105,121); }

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

background-color css

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

 a { background-color: rgb(237,105,121); }

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

border-color css

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

 span { border-color: rgb(237,105,121); }

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