Html Css Color HEX #ED717D Froly

📋 copy color: '#ED717D'

red 237 ◦ green 113 ◦ blue 125

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

Shades of Froly #ED717D

Tints of Froly #ED717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.79%

 BLUE value IS 125 (49.22% from 255) = 26.32%

R = 49.89%
G = 23.79%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED717D (or 0xED717D) is known color: Froly. HEX triplet: ED, 71 and 7D. RGB value is (237,113,125). Sum of RGB (Red+Green+Blue) = 237+113+125=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED717D is #128E82. Grayscale: #979797. Windows color (decimal): -1216131 or 8221165. OLE color: 8221165.

HSL color Cylindrical-coordinate representation of color #ED717D: hue angle of 354.19º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED717D is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 125 -
CMYK 0 0.52 0.47 0.07
HSL 354.19º 0.78% 0.69% -
HSV(B) 354.19º 0.52% 0.93% -
XYZ 44.53 31.3 23.1 -
YUV 151.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 237 113 125 0 0.52 0.47 0.07 354.19 0.78 0.69
Hex ED 71 7D 0 34 2F 7 162 4E 45
Octal 355 161 175 0 64 57 7 542 116 105
Binary 11101101 1110001 1111101 0 110100 101111 111 101100010 1001110 1000101

Color Harmonies of #ED717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED717D

Black with #ED717D

Text Example


Text Example

White with #ED717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED717D; }

 p { color: rgb(237,113,125); }

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

background-color css

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

 a { background-color: rgb(237,113,125); }

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

border-color css

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

 span { border-color: rgb(237,113,125); }

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