Html Css Color HEX #ED686D Froly

📋 copy color: '#ED686D'

red 237 ◦ green 104 ◦ blue 109

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

Shades of Froly #ED686D

Tints of Froly #ED686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.22%

R = 52.67%
G = 23.11%
B = 24.22%

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

#ED686D (or 0xED686D) is known color: Froly. HEX triplet: ED, 68 and 6D. RGB value is (237,104,109). Sum of RGB (Red+Green+Blue) = 237+104+109=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED686D is #129792. Grayscale: #909090. Windows color (decimal): -1218451 or 7170285. OLE color: 7170285.

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

Color convert

RGB 237 104 109 -
CMYK 0 0.56 0.54 0.07
HSL 357.74º 0.79% 0.67% -
HSV(B) 357.74º 0.56% 0.93% -
XYZ 42.64 29.01 17.82 -
YUV 144.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 237 104 109 0 0.56 0.54 0.07 357.74 0.79 0.67
Hex ED 68 6D 0 38 36 7 166 4F 43
Octal 355 150 155 0 70 66 7 546 117 103
Binary 11101101 1101000 1101101 0 111000 110110 111 101100110 1001111 1000011

Color Harmonies of #ED686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED686D

Black with #ED686D

Text Example


Text Example

White with #ED686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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