Html Css Color HEX #ED787D Froly

📋 copy color: '#ED787D'

red 237 ◦ green 120 ◦ blue 125

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

Shades of Froly #ED787D

Tints of Froly #ED787D

RGB

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

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

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

R = 49.17%
G = 24.9%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED787D (or 0xED787D) is known color: Froly. HEX triplet: ED, 78 and 7D. RGB value is (237,120,125). Sum of RGB (Red+Green+Blue) = 237+120+125=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED787D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED787D is #128782. Grayscale: #9B9B9B. Windows color (decimal): -1214339 or 8222957. OLE color: 8222957.

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

Color convert

RGB 237 120 125 -
CMYK 0 0.49 0.47 0.07
HSL 357.44º 0.76% 0.7% -
HSV(B) 357.44º 0.49% 0.93% -
XYZ 45.34 32.92 23.37 -
YUV 155.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 237 120 125 0 0.49 0.47 0.07 357.44 0.76 0.7
Hex ED 78 7D 0 31 2F 7 165 4C 46
Octal 355 170 175 0 61 57 7 545 114 106
Binary 11101101 1111000 1111101 0 110001 101111 111 101100101 1001100 1000110

Color Harmonies of #ED787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED787D

Black with #ED787D

Text Example


Text Example

White with #ED787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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