Html Css Color HEX #ED707C Froly

📋 copy color: '#ED707C'

red 237 ◦ green 112 ◦ blue 124

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

Shades of Froly #ED707C

Tints of Froly #ED707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 124 (48.83% from 255) = 26.22%

R = 50.11%
G = 23.68%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED707C (or 0xED707C) is known color: Froly. HEX triplet: ED, 70 and 7C. RGB value is (237,112,124). Sum of RGB (Red+Green+Blue) = 237+112+124=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED707C is #128F83. Grayscale: #969696. Windows color (decimal): -1216388 or 8155373. OLE color: 8155373.

HSL color Cylindrical-coordinate representation of color #ED707C: hue angle of 354.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED707C is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 112 124 -
CMYK 0 0.53 0.48 0.07
HSL 354.24º 0.78% 0.68% -
HSV(B) 354.24º 0.53% 0.93% -
XYZ 44.36 31.05 22.72 -
YUV 150.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 237 112 124 0 0.53 0.48 0.07 354.24 0.78 0.68
Hex ED 70 7C 0 35 30 7 162 4E 44
Octal 355 160 174 0 65 60 7 542 116 104
Binary 11101101 1110000 1111100 0 110101 110000 111 101100010 1001110 1000100

Color Harmonies of #ED707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED707C

Black with #ED707C

Text Example


Text Example

White with #ED707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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