Html Css Color HEX #ED616F Froly

📋 copy color: '#ED616F'

red 237 ◦ green 97 ◦ blue 111

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

Shades of Froly #ED616F

Tints of Froly #ED616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 53.26%
G = 21.8%
B = 24.94%

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

#ED616F (or 0xED616F) is known color: Froly. HEX triplet: ED, 61 and 6F. RGB value is (237,97,111). Sum of RGB (Red+Green+Blue) = 237+97+111=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED616F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED616F is #129E90. Grayscale: #8C8C8C. Windows color (decimal): -1220241 or 7299565. OLE color: 7299565.

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

Color convert

RGB 237 97 111 -
CMYK 0 0.59 0.53 0.07
HSL 354º 0.8% 0.65% -
HSV(B) 354º 0.59% 0.93% -
XYZ 42.07 27.7 18.17 -
YUV 140.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 237 97 111 0 0.59 0.53 0.07 354 0.8 0.65
Hex ED 61 6F 0 3B 35 7 162 50 41
Octal 355 141 157 0 73 65 7 542 120 101
Binary 11101101 1100001 1101111 0 111011 110101 111 101100010 1010000 1000001

Color Harmonies of #ED616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED616F

Black with #ED616F

Text Example


Text Example

White with #ED616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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