Html Css Color HEX #EC6977 Froly

📋 copy color: '#EC6977'

red 236 ◦ green 105 ◦ blue 119

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

Shades of Froly #EC6977

Tints of Froly #EC6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.83%

 BLUE value IS 119 (46.88% from 255) = 25.87%

R = 51.3%
G = 22.83%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC6977 (or 0xEC6977) is known color: Froly. HEX triplet: EC, 69 and 77. RGB value is (236,105,119). Sum of RGB (Red+Green+Blue) = 236+105+119=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6977 is #139688. Grayscale: #919191. Windows color (decimal): -1283721 or 7825900. OLE color: 7825900.

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

Color convert

RGB 236 105 119 -
CMYK 0 0.56 0.50 0.07
HSL 353.59º 0.78% 0.67% -
HSV(B) 353.59º 0.56% 0.93% -
XYZ 42.97 29.27 20.84 -
YUV 145.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 236 105 119 0 0.56 0.50 0.07 353.59 0.78 0.67
Hex EC 69 77 0 38 32 7 162 4E 43
Octal 354 151 167 0 70 62 7 542 116 103
Binary 11101100 1101001 1110111 0 111000 110010 111 101100010 1001110 1000011

Color Harmonies of #EC6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6977

Black with #EC6977

Text Example


Text Example

White with #EC6977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6977; }

 p { color: rgb(236,105,119); }

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

background-color css

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

 a { background-color: rgb(236,105,119); }

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

border-color css

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

 span { border-color: rgb(236,105,119); }

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