Html Css Color HEX #EC677D Froly

📋 copy color: '#EC677D'

red 236 ◦ green 103 ◦ blue 125

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

Shades of Froly #EC677D

Tints of Froly #EC677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.2%

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

R = 50.86%
G = 22.2%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC677D (or 0xEC677D) is known color: Froly. HEX triplet: EC, 67 and 7D. RGB value is (236,103,125). Sum of RGB (Red+Green+Blue) = 236+103+125=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC677D is #139882. Grayscale: #919191. Windows color (decimal): -1284227 or 8218604. OLE color: 8218604.

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

Color convert

RGB 236 103 125 -
CMYK 0 0.56 0.47 0.07
HSL 350.08º 0.78% 0.66% -
HSV(B) 350.08º 0.56% 0.93% -
XYZ 43.14 29.01 22.73 -
YUV 145.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 236 103 125 0 0.56 0.47 0.07 350.08 0.78 0.66
Hex EC 67 7D 0 38 2F 7 15E 4E 42
Octal 354 147 175 0 70 57 7 536 116 102
Binary 11101100 1100111 1111101 0 111000 101111 111 101011110 1001110 1000010

Color Harmonies of #EC677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC677D

Black with #EC677D

Text Example


Text Example

White with #EC677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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