Html Css Color HEX #ED6170 Froly

📋 copy color: '#ED6170'

red 237 ◦ green 97 ◦ blue 112

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

Shades of Froly #ED6170

Tints of Froly #ED6170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.11%

R = 53.14%
G = 21.75%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED6170 (or 0xED6170) is known color: Froly. HEX triplet: ED, 61 and 70. RGB value is (237,97,112). Sum of RGB (Red+Green+Blue) = 237+97+112=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6170 is #129E8F. Grayscale: #8C8C8C. Windows color (decimal): -1220240 or 7365101. OLE color: 7365101.

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

Color convert

RGB 237 97 112 -
CMYK 0 0.59 0.53 0.07
HSL 353.57º 0.8% 0.65% -
HSV(B) 353.57º 0.59% 0.93% -
XYZ 42.12 27.72 18.46 -
YUV 140.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 237 97 112 0 0.59 0.53 0.07 353.57 0.8 0.65
Hex ED 61 70 0 3B 35 7 162 50 41
Octal 355 141 160 0 73 65 7 542 120 101
Binary 11101101 1100001 1110000 0 111011 110101 111 101100010 1010000 1000001

Color Harmonies of #ED6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6170

Black with #ED6170

Text Example


Text Example

White with #ED6170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6170; }

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

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

background-color css

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

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

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

border-color css

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

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

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