Html Css Color HEX #ED6173 Froly

📋 copy color: '#ED6173'

red 237 ◦ green 97 ◦ blue 115

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

Shades of Froly #ED6173

Tints of Froly #ED6173

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.6%

 BLUE value IS 115 (45.31% from 255) = 25.61%

R = 52.78%
G = 21.6%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED6173 (or 0xED6173) is known color: Froly. HEX triplet: ED, 61 and 73. RGB value is (237,97,115). Sum of RGB (Red+Green+Blue) = 237+97+115=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6173 is #129E8C. Grayscale: #8C8C8C. Windows color (decimal): -1220237 or 7561709. OLE color: 7561709.

HSL color Cylindrical-coordinate representation of color #ED6173: hue angle of 352.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6173 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 97 115 -
CMYK 0 0.59 0.51 0.07
HSL 352.29º 0.8% 0.65% -
HSV(B) 352.29º 0.59% 0.93% -
XYZ 42.29 27.79 19.35 -
YUV 140.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 237 97 115 0 0.59 0.51 0.07 352.29 0.8 0.65
Hex ED 61 73 0 3B 33 7 160 50 41
Octal 355 141 163 0 73 63 7 540 120 101
Binary 11101101 1100001 1110011 0 111011 110011 111 101100000 1010000 1000001

Color Harmonies of #ED6173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6173

Black with #ED6173

Text Example


Text Example

White with #ED6173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6173; }

 p { color: rgb(237,97,115); }

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

background-color css

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

 a { background-color: rgb(237,97,115); }

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

border-color css

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

 span { border-color: rgb(237,97,115); }

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