Html Css Color HEX #EC787D Froly

📋 copy color: '#EC787D'

red 236 ◦ green 120 ◦ blue 125

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

Shades of Froly #EC787D

Tints of Froly #EC787D

RGB

 RED value IS 236 (92.58% from 255) = 49.06%

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

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

R = 49.06%
G = 24.95%
B = 25.99%

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

#EC787D (or 0xEC787D) is known color: Froly. HEX triplet: EC, 78 and 7D. RGB value is (236,120,125). Sum of RGB (Red+Green+Blue) = 236+120+125=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC787D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC787D is #138782. Grayscale: #9B9B9B. Windows color (decimal): -1279875 or 8222956. OLE color: 8222956.

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

Color convert

RGB 236 120 125 -
CMYK 0 0.49 0.47 0.07
HSL 357.41º 0.75% 0.7% -
HSV(B) 357.41º 0.49% 0.93% -
XYZ 45.01 32.75 23.35 -
YUV 155.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 236 120 125 0 0.49 0.47 0.07 357.41 0.75 0.7
Hex EC 78 7D 0 31 2F 7 165 4B 46
Octal 354 170 175 0 61 57 7 545 113 106
Binary 11101100 1111000 1111101 0 110001 101111 111 101100101 1001011 1000110

Color Harmonies of #EC787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC787D

Black with #EC787D

Text Example


Text Example

White with #EC787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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