Html Css Color HEX #EC6B77 Froly

📋 copy color: '#EC6B77'

red 236 ◦ green 107 ◦ blue 119

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

Shades of Froly #EC6B77

Tints of Froly #EC6B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.16%

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

R = 51.08%
G = 23.16%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC6B77 (or 0xEC6B77) is known color: Froly. HEX triplet: EC, 6B and 77. RGB value is (236,107,119). Sum of RGB (Red+Green+Blue) = 236+107+119=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B77 is #139488. Grayscale: #939393. Windows color (decimal): -1283209 or 7826412. OLE color: 7826412.

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

Color convert

RGB 236 107 119 -
CMYK 0 0.55 0.50 0.07
HSL 354.42º 0.77% 0.67% -
HSV(B) 354.42º 0.55% 0.93% -
XYZ 43.18 29.68 20.91 -
YUV 146.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 236 107 119 0 0.55 0.50 0.07 354.42 0.77 0.67
Hex EC 6B 77 0 37 32 7 162 4D 43
Octal 354 153 167 0 67 62 7 542 115 103
Binary 11101100 1101011 1110111 0 110111 110010 111 101100010 1001101 1000011

Color Harmonies of #EC6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B77

Black with #EC6B77

Text Example


Text Example

White with #EC6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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