Html Css Color HEX #ED687A Froly

📋 copy color: '#ED687A'

red 237 ◦ green 104 ◦ blue 122

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

Shades of Froly #ED687A

Tints of Froly #ED687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.35%

R = 51.19%
G = 22.46%
B = 26.35%

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

#ED687A (or 0xED687A) is known color: Froly. HEX triplet: ED, 68 and 7A. RGB value is (237,104,122). Sum of RGB (Red+Green+Blue) = 237+104+122=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED687A is #129785. Grayscale: #919191. Windows color (decimal): -1218438 or 8022253. OLE color: 8022253.

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

Color convert

RGB 237 104 122 -
CMYK 0 0.56 0.49 0.07
HSL 351.88º 0.79% 0.67% -
HSV(B) 351.88º 0.56% 0.93% -
XYZ 43.39 29.31 21.78 -
YUV 145.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 237 104 122 0 0.56 0.49 0.07 351.88 0.79 0.67
Hex ED 68 7A 0 38 31 7 160 4F 43
Octal 355 150 172 0 70 61 7 540 117 103
Binary 11101101 1101000 1111010 0 111000 110001 111 101100000 1001111 1000011

Color Harmonies of #ED687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED687A

Black with #ED687A

Text Example


Text Example

White with #ED687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED687A; }

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

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

background-color css

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

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

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

border-color css

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

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

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