Html Css Color HEX #ED616D Froly

📋 copy color: '#ED616D'

red 237 ◦ green 97 ◦ blue 109

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

Shades of Froly #ED616D

Tints of Froly #ED616D

RGB

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

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

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

R = 53.5%
G = 21.9%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED616D (or 0xED616D) is known color: Froly. HEX triplet: ED, 61 and 6D. RGB value is (237,97,109). Sum of RGB (Red+Green+Blue) = 237+97+109=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED616D is #129E92. Grayscale: #8C8C8C. Windows color (decimal): -1220243 or 7168493. OLE color: 7168493.

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

Color convert

RGB 237 97 109 -
CMYK 0 0.59 0.54 0.07
HSL 354.86º 0.8% 0.65% -
HSV(B) 354.86º 0.59% 0.93% -
XYZ 41.96 27.66 17.6 -
YUV 140.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 237 97 109 0 0.59 0.54 0.07 354.86 0.8 0.65
Hex ED 61 6D 0 3B 36 7 163 50 41
Octal 355 141 155 0 73 66 7 543 120 101
Binary 11101101 1100001 1101101 0 111011 110110 111 101100011 1010000 1000001

Color Harmonies of #ED616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED616D

Black with #ED616D

Text Example


Text Example

White with #ED616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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