Html Css Color HEX #ED686E Froly

📋 copy color: '#ED686E'

red 237 ◦ green 104 ◦ blue 110

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

Shades of Froly #ED686E

Tints of Froly #ED686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.06%

 BLUE value IS 110 (43.36% from 255) = 24.39%

R = 52.55%
G = 23.06%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED686E (or 0xED686E) is known color: Froly. HEX triplet: ED, 68 and 6E. RGB value is (237,104,110). Sum of RGB (Red+Green+Blue) = 237+104+110=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED686E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED686E is #129791. Grayscale: #909090. Windows color (decimal): -1218450 or 7235821. OLE color: 7235821.

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

Color convert

RGB 237 104 110 -
CMYK 0 0.56 0.54 0.07
HSL 357.29º 0.79% 0.67% -
HSV(B) 357.29º 0.56% 0.93% -
XYZ 42.69 29.03 18.11 -
YUV 144.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 237 104 110 0 0.56 0.54 0.07 357.29 0.79 0.67
Hex ED 68 6E 0 38 36 7 165 4F 43
Octal 355 150 156 0 70 66 7 545 117 103
Binary 11101101 1101000 1101110 0 111000 110110 111 101100101 1001111 1000011

Color Harmonies of #ED686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED686E

Black with #ED686E

Text Example


Text Example

White with #ED686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED686E; }

 p { color: rgb(237,104,110); }

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

background-color css

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

 a { background-color: rgb(237,104,110); }

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

border-color css

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

 span { border-color: rgb(237,104,110); }

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