Html Css Color HEX #ED787C Froly

📋 copy color: '#ED787C'

red 237 ◦ green 120 ◦ blue 124

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

Shades of Froly #ED787C

Tints of Froly #ED787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.95%

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

R = 49.27%
G = 24.95%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED787C (or 0xED787C) is known color: Froly. HEX triplet: ED, 78 and 7C. RGB value is (237,120,124). Sum of RGB (Red+Green+Blue) = 237+120+124=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED787C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED787C is #128783. Grayscale: #9B9B9B. Windows color (decimal): -1214340 or 8157421. OLE color: 8157421.

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

Color convert

RGB 237 120 124 -
CMYK 0 0.49 0.48 0.07
HSL 357.95º 0.76% 0.7% -
HSV(B) 357.95º 0.49% 0.93% -
XYZ 45.28 32.89 23.03 -
YUV 155.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 237 120 124 0 0.49 0.48 0.07 357.95 0.76 0.7
Hex ED 78 7C 0 31 30 7 166 4C 46
Octal 355 170 174 0 61 60 7 546 114 106
Binary 11101101 1111000 1111100 0 110001 110000 111 101100110 1001100 1000110

Color Harmonies of #ED787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED787C

Black with #ED787C

Text Example


Text Example

White with #ED787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED787C; }

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

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

background-color css

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

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

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

border-color css

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

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

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